install rvm
This commit is contained in:
@@ -23,11 +23,6 @@ export EDITOR='vim'
|
|||||||
|
|
||||||
export PATH=/usr/local/bin:$PATH
|
export PATH=/usr/local/bin:$PATH
|
||||||
|
|
||||||
# load rvm
|
|
||||||
if [[ -d ~/.rvm ]]; then
|
|
||||||
source ~/.rvm/scripts/rvm
|
|
||||||
fi
|
|
||||||
|
|
||||||
# add /usr/local/sbin
|
# add /usr/local/sbin
|
||||||
if [[ -d /usr/local/sbin ]]; then
|
if [[ -d /usr/local/sbin ]]; then
|
||||||
export PATH=/usr/local/sbin:$PATH
|
export PATH=/usr/local/sbin:$PATH
|
||||||
@@ -42,3 +37,5 @@ if [[ -d ~/bin ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
[ -z "$TMUX" ] && export TERM=xterm-256color
|
[ -z "$TMUX" ] && export TERM=xterm-256color
|
||||||
|
|
||||||
|
PATH=$HOME/.rvm/bin:$PATH # Add RVM to PATH for scripting
|
||||||
|
|||||||
Reference in New Issue
Block a user