Skip to content

Commit

Permalink
Activate rbenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfs committed Jan 1, 2015
1 parent 897dab9 commit eee6c56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bashrc
Expand Up @@ -219,6 +219,9 @@ DIST=$( distro )
[[ $DIST != "Arch" ]] && unset -f aur
[[ $DIST != "Arch" ]] && unset -f pacman

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

case "$TERM" in
xterm*|rxvt*)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"'
Expand Down

0 comments on commit eee6c56

Please sign in to comment.