Skip to content

Commit

Permalink
Add rbenv support
Browse files Browse the repository at this point in the history
  • Loading branch information
liff committed Jan 25, 2013
1 parent 64b127e commit 86209a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dot.environment.sh
Expand Up @@ -9,14 +9,15 @@
# conditionally add some common paths
prepend_to_path_if_exists \
/opt/scala/bin \
/var/lib/gems/1.8/bin \
$HOME/.cabal/bin \
$HOME/bin

append_to_path_if_exists \
/opt/atlassian-plugin-sdk/bin \
/opt/st2

exists rbenv && eval "$(rbenv init -)"

# don't put duplicate or same successive entries in the history
export HISTCONTROL=ignoredups:ignoreboth

Expand Down

0 comments on commit 86209a6

Please sign in to comment.