Skip to content

Commit

Permalink
I think RVM decided to modify bash stuff for me. K.
Browse files Browse the repository at this point in the history
  • Loading branch information
mileszs committed Jan 20, 2015
1 parent a17ab8b commit 31e9cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

# include .bashrc
source ~/.bashrc

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
2 changes: 2 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ source ~/.git-completion.bash

# RVM
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm

export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting

0 comments on commit 31e9cdd

Please sign in to comment.