diff options
| author | Daniel Bye <dan@slightlystrange.org> | 2012-01-16 13:34:07 +0000 |
|---|---|---|
| committer | Daniel Bye <dan@slightlystrange.org> | 2012-01-16 13:34:07 +0000 |
| commit | b73f95ab260f49bf6baa484faa40591c51629c02 (patch) | |
| tree | 0ce9097b068b6f10bc19b76739e9f5e796680d87 /plugins/extract | |
| parent | c04b4abe91b69c058bde8e5968abb759b9168b88 (diff) | |
| download | zsh-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')
| -rw-r--r-- | plugins/extract/extract.plugin.zsh | 3 |
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) - |
