Add RVM variables
This commit is contained in:
parent
7089660933
commit
aa7889378b
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@ export EDITOR="emacsclient -a emacs"
|
|||
|
||||
PATH="$HOME/usr/bin:$PATH"
|
||||
PATH="/usr/local/heroku/bin:$PATH"
|
||||
PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||
export PATH
|
||||
|
||||
INFOPATH="$HOME/documents/info:$INFOPATH"
|
||||
|
@ -18,3 +19,6 @@ export DBUS_SESSION_BUS_ADDRESS
|
|||
if [ -z "$SSH_AGENT_PID" ]; then
|
||||
eval `ssh-agent`
|
||||
fi
|
||||
|
||||
# Load RVM into a shell session as a func
|
||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
|
||||
|
|
Loading…
Reference in a new issue