diff options
author | Pat Regan <thehead@patshead.com> | 2011-04-12 09:28:15 -0400 |
---|---|---|
committer | Pat Regan <thehead@patshead.com> | 2011-04-12 09:28:15 -0400 |
commit | 16ac094a43052fb57eda9503174006a84a61a414 (patch) | |
tree | da6e6d4221ec4e25bb2eaa9a3f5378dcddf5580b /lib/completion.zsh | |
parent | 235733e5e224539cf5002a02694d021902fd9550 (diff) | |
download | zsh-16ac094a43052fb57eda9503174006a84a61a414.tar.gz zsh-16ac094a43052fb57eda9503174006a84a61a414.tar.bz2 zsh-16ac094a43052fb57eda9503174006a84a61a414.zip |
Moved compinit call back to oh-my-zsh.sh, after plugins are loaded
Diffstat (limited to 'lib/completion.zsh')
-rw-r--r-- | lib/completion.zsh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/completion.zsh b/lib/completion.zsh index 21735e7e9..3c5a41e14 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -60,7 +60,3 @@ zstyle ':completion:*:*:*:users' ignored-patterns \ # ... unless we really want to. zstyle '*' single-ignored show -# Load and run compinit -autoload -U compinit -compinit -i - |