mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Try to fix tab completions
This commit is contained in:
parent
0919cf894c
commit
6c6a316861
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue