mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
add pip completions configuration
This commit is contained in:
parent
23cea5348e
commit
5bc8d0db62
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user