Skip to content

Commit

Permalink
Remove rbenv from zsh package
Browse files Browse the repository at this point in the history
This functionality is covered by the rbenv package.
  • Loading branch information
Geeber committed Jul 5, 2014
1 parent 64cfc43 commit 6eb248a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ typeset -U fpath
# load additional configuration
load_configs "$HOME/.zsh/rc.d"

##### RBENV SETUP #####

export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"

##### CLOJURE SETUP #####

export PATH="$HOME/bin/lein:$PATH"

0 comments on commit 6eb248a

Please sign in to comment.