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 /plugins/brew | |
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 'plugins/brew')
-rw-r--r-- | plugins/brew/brew.plugin.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/brew/brew.plugin.zsh b/plugins/brew/brew.plugin.zsh index 353a18942..079c0fba0 100644 --- a/plugins/brew/brew.plugin.zsh +++ b/plugins/brew/brew.plugin.zsh @@ -1,4 +1,2 @@ # add brew completion function to path fpath=($ZSH/plugins/brew $fpath) -autoload -U compinit -compinit -i |