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