Skip to content

Commit

Permalink
Removed the assignments to fpath as well, since that's all handled in…
Browse files Browse the repository at this point in the history
… the .oh-my-zsh/oh-my-zsh.sh boot script.
  • Loading branch information
Daniel Bye committed Jan 16, 2012
1 parent c04b4ab commit b73f95a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions 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"
Expand Down
3 changes: 0 additions & 3 deletions plugins/extract/extract.plugin.zsh
Expand Up @@ -78,6 +78,3 @@ function extract() {

alias x=extract

# add extract completion function to path
fpath=($ZSH/plugins/extract $fpath)

0 comments on commit b73f95a

Please sign in to comment.