add compinit to zshrc again
This commit is contained in:
parent
2a5b70d68f
commit
8e21e0522f
1 changed files with 7 additions and 0 deletions
|
|
@ -308,6 +308,13 @@ setopt no_hup # leave bg tasks running (a la nohup)
|
|||
bindkey -e # emacs style key bindings
|
||||
|
||||
|
||||
# 9. Completion
|
||||
# =============
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
|
||||
# 10. SSH Keychain
|
||||
# ================
|
||||
#if is_interactive && command_exists keychain && [[ -d ~/.ssh ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue