fixing path, adding rvm
This commit is contained in:
@@ -24,7 +24,13 @@ compinit
|
|||||||
|
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
|
export PATH=/usr/local/bin:$PATH
|
||||||
|
|
||||||
# check for custom bin directory and add to path
|
# check for custom bin directory and add to path
|
||||||
if [[ -d ~/bin ]]; then
|
if [[ -d ~/bin ]]; then
|
||||||
export PATH=~/bin:$PATH
|
export PATH=~/bin:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# load RVM
|
||||||
|
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user