fixed autocompletion for password-store (trunk)

This commit is contained in:
Steffen Vogel 2015-07-29 16:14:32 +02:00
parent bc4336eefa
commit 044bef565b

View file

@ -47,13 +47,17 @@ if hash dircolors 2>/dev/null; then
fi
# Include more scripts
if [ -f /etc/bash_completion ]; then
if [ -r /etc/bash_completion ]; then
source /etc/bash_completion;
fi
if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then
if [ -r /opt/local/etc/profile.d/bash_completion.sh ]; then
source /opt/local/etc/profile.d/bash_completion.sh
fi
if [ -r ~/workspace/password-store/src/completion/pass.bash-completion ]; then
source ~/workspace/password-store/src/completion/pass.bash-completion
fi
source ~/.homesick/repos/homeshick/homeshick.sh
source ~/.homesick/repos/homeshick/completions/homeshick-completion.bash