add pip completions configuration

feature/symbol-search
bretello 2020-06-14 17:09:26 +02:00
parent 23cea5348e
commit 5bc8d0db62
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ if [[ $SSH_CLIENT ]]; then
export SSH_AUTH_SOCK=$HOME/.ssh/ssh_auth_sock
fi
# pip completions
if which pip &>/dev/null ; then
eval "$(pip completion --zsh)"
fi
alias esource='$EDITOR $HOME/.zshrc'
alias resource='source $HOME/.zshrc'