From 8e21e0522f7f470df61b4c2a3570279b286f92f3 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 23 Oct 2013 13:26:21 -0700 Subject: [PATCH] add compinit to zshrc again --- zsh/zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 898c275..444e27e 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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