Fix bash_completion paths in README (Debian: #647941)
This commit is contained in:
parent
286f7ec44e
commit
cb0526cb01
4
README
4
README
@ -8,8 +8,8 @@ from either /etc/bashrc or ~/.bashrc (or any other file sourcing those). You
|
||||
can do this by simply using:
|
||||
|
||||
# Use bash-completion, if available
|
||||
[[ $PS1 && -f /usr/share/bash-completion/bash-completion ]] && \
|
||||
. /usr/share/bash-completion/bash-completion
|
||||
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
|
||||
. /usr/share/bash-completion/bash_completion
|
||||
|
||||
(if you happen to have *only* bash >= 4.1 installed, see further if not)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user