updates to bash settings

This commit is contained in:
2014-01-16 10:51:23 -06:00
parent 1f56067261
commit af4cfb07d4
3 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
[[ -f ~/.bashrc ]] && . ~/.bashrc
PATH=/usr/local/bin:~/bin:/usr/local/share/npm/bin:$PATH
PATH=$PATH:$HOME
set -o vi