1
0
Fork 0

Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh

pull/4/head
Pat Regan 14 years ago
parent 782883b5d8
commit a56e12932f

@ -60,3 +60,7 @@ zstyle ':completion:*:*:*:users' ignored-patterns \
# ... unless we really want to.
zstyle '*' single-ignored show
# Load and run compinit
autoload -U compinit
compinit -i

@ -18,8 +18,8 @@ for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
# Load and run compinit
autoload -U compinit
compinit -i
#autoload -U compinit
#compinit -i
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]

Loading…
Cancel
Save