Fix bash_completion paths in README (Debian: #647941)

This commit is contained in:
David Paleino 2011-11-08 09:19:01 +01:00
parent 286f7ec44e
commit cb0526cb01

4
README
View File

@ -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)