add compinit to zshrc again

This commit is contained in:
Sami Samhuri 2013-10-23 13:26:21 -07:00
parent 2a5b70d68f
commit 8e21e0522f

View file

@ -308,6 +308,13 @@ setopt no_hup # leave bg tasks running (a la nohup)
bindkey -e # emacs style key bindings bindkey -e # emacs style key bindings
# 9. Completion
# =============
autoload -Uz compinit
compinit
# 10. SSH Keychain # 10. SSH Keychain
# ================ # ================
#if is_interactive && command_exists keychain && [[ -d ~/.ssh ]]; then #if is_interactive && command_exists keychain && [[ -d ~/.ssh ]]; then