diff options
author | Robby Russell <robby@planetargon.com> | 2011-04-28 23:24:39 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-04-28 23:24:39 -0700 |
commit | c550f1f8443774e9639bbb03b50728eb855836eb (patch) | |
tree | d7b913504d5e30d68527487be44564ad8f487e98 /lib/completion.zsh | |
parent | 70d0beae22e7d97d4380af32dae1618f45e3dd4b (diff) | |
parent | 58a7cf19b7af136c5f59ee706ffe4772871f00fa (diff) | |
download | zsh-c550f1f8443774e9639bbb03b50728eb855836eb.tar.gz zsh-c550f1f8443774e9639bbb03b50728eb855836eb.tar.bz2 zsh-c550f1f8443774e9639bbb03b50728eb855836eb.zip |
Merged pull request #269 from oknowton/master.
Significantly speed up startup time (1.2 seconds for me) by removing redundant compinit calls
Diffstat (limited to 'lib/completion.zsh')
-rw-r--r-- | lib/completion.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/completion.zsh b/lib/completion.zsh index 9c2dfecca..fdd0a8536 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -8,9 +8,6 @@ setopt always_to_end WORDCHARS='' -autoload -U compinit -compinit -i - zmodload -i zsh/complist ## case-insensitive (all),partial-word and then substring completion |