Commit c250f090 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Enable newer(?) Zsh completion in .zshrc

parent ecbbb1a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,4 +33,4 @@ unsetopt share_history beep
zstyle ':completion:*' special-dirs false

# Load auto completion
autoload -Uz compinit && compinit
autoload -Uz compinit && compinit $(case $ZSH_DISABLE_COMPFIX in (true) echo -u ;; esac)