Try to fix tab completions

This commit is contained in:
Gene Liverman 2019-07-29 09:49:15 -04:00
parent 0919cf894c
commit 6c6a316861
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6

View file

@ -61,6 +61,9 @@ source $ZSH/oh-my-zsh.sh
# User configuration
# make tab completions work right
autoload -Uz compinit && compinit
[ -f ~/.private-env ] && source ~/.private-env || echo '~/.private-env is missing'
# Start GPG agent