summaryrefslogtreecommitdiff
path: root/plugins/extract/extract.plugin.zsh
diff options
context:
space:
mode:
authorDaniel Bye <dan@slightlystrange.org>2012-01-16 13:34:07 +0000
committerDaniel Bye <dan@slightlystrange.org>2012-01-16 13:34:07 +0000
commitb73f95ab260f49bf6baa484faa40591c51629c02 (patch)
tree0ce9097b068b6f10bc19b76739e9f5e796680d87 /plugins/extract/extract.plugin.zsh
parentc04b4abe91b69c058bde8e5968abb759b9168b88 (diff)
downloadzsh-b73f95ab260f49bf6baa484faa40591c51629c02.tar.gz
zsh-b73f95ab260f49bf6baa484faa40591c51629c02.tar.bz2
zsh-b73f95ab260f49bf6baa484faa40591c51629c02.zip
Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.
Diffstat (limited to 'plugins/extract/extract.plugin.zsh')
-rw-r--r--plugins/extract/extract.plugin.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/extract/extract.plugin.zsh b/plugins/extract/extract.plugin.zsh
index 383331ccf..5c125e98b 100644
--- a/plugins/extract/extract.plugin.zsh
+++ b/plugins/extract/extract.plugin.zsh
@@ -78,6 +78,3 @@ function extract() {
alias x=extract
-# add extract completion function to path
-fpath=($ZSH/plugins/extract $fpath)
-