Browse Source

Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.

Daniel Bye 12 years ago
parent
commit
b73f95ab26
2 changed files with 0 additions and 5 deletions
  1. 0 2
      plugins/bundler/bundler.plugin.zsh
  2. 0 3
      plugins/extract/extract.plugin.zsh

+ 0 - 2
plugins/bundler/bundler.plugin.zsh

@@ -1,5 +1,3 @@
-fpath=($ZSH/plugins/bundler $fpath)
-
 alias be="bundle exec"
 alias bi="bundle install"
 alias bl="bundle list"

+ 0 - 3
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)
-