diff options
author | Pat Regan <thehead@patshead.com> | 2011-04-08 10:12:22 -0400 |
---|---|---|
committer | Pat Regan <thehead@patshead.com> | 2011-04-08 10:12:22 -0400 |
commit | 993e05da50543b9c2dcc5e4fedb93afd1c8b020c (patch) | |
tree | feeccab83c2b7fb9cfd027c686ea15f746f48bac /lib/key-bindings.zsh | |
parent | 2e9492969b0ea90932ad3f4298330b75ef8cf2ce (diff) | |
download | zsh-993e05da50543b9c2dcc5e4fedb93afd1c8b020c.tar.gz zsh-993e05da50543b9c2dcc5e4fedb93afd1c8b020c.tar.bz2 zsh-993e05da50543b9c2dcc5e4fedb93afd1c8b020c.zip |
Replace redundant calls to compinit with a single call.
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 |