Browse code

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 authored on 16/01/2012 at 13:34:07
Showing 2 changed files
... ...
@@ -1,5 +1,3 @@
1
-fpath=($ZSH/plugins/bundler $fpath)
2
-
3 1
 alias be="bundle exec"
4 2
 alias bi="bundle install"
5 3
 alias bl="bundle list"
... ...
@@ -78,6 +78,3 @@ function extract() {
78 78
 
79 79
 alias x=extract
80 80
 
81
-# add extract completion function to path
82
-fpath=($ZSH/plugins/extract $fpath)
83
-