Commit b73f95ab authored by Daniel Bye's avatar Daniel Bye
Browse files

Removed the assignments to fpath as well, since that's all handled in the...

Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.
parent c04b4abe
fpath=($ZSH/plugins/bundler $fpath)
alias be="bundle exec"
alias bi="bundle install"
alias bl="bundle list"
......
......@@ -78,6 +78,3 @@ function extract() {
alias x=extract
# add extract completion function to path
fpath=($ZSH/plugins/extract $fpath)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment