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/key-bindings.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/key-bindings.zsh')
-rw-r--r-- | lib/key-bindings.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index 7196a88ff..c7ad907d7 100644 --- a/lib/key-bindings.zsh +++ b/lib/key-bindings.zsh @@ -1,6 +1,4 @@ # TODO: Explain what some of this does.. -autoload -U compinit -compinit -i bindkey -e bindkey '\ew' kill-region |