diff options
author | Pat Regan <thehead@patshead.com> | 2011-04-12 17:41:09 -0400 |
---|---|---|
committer | Pat Regan <thehead@patshead.com> | 2011-04-12 17:41:09 -0400 |
commit | 6bf906a2622ddea1e9aae5d23c544d37fc4b6a76 (patch) | |
tree | 4872a1101b2acbc0699febc48eb8806f7f8ac34f /plugins/brew | |
parent | 16ac094a43052fb57eda9503174006a84a61a414 (diff) | |
download | zsh-6bf906a2622ddea1e9aae5d23c544d37fc4b6a76.tar.gz zsh-6bf906a2622ddea1e9aae5d23c544d37fc4b6a76.tar.bz2 zsh-6bf906a2622ddea1e9aae5d23c544d37fc4b6a76.zip |
Optimize plugin loading so that only one call to compinit is required
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 deleted file mode 100644 index 079c0fba0..000000000 --- a/plugins/brew/brew.plugin.zsh +++ /dev/null @@ -1,2 +0,0 @@ -# add brew completion function to path -fpath=($ZSH/plugins/brew $fpath) |