Browse Source

.bash silverbullet

david windham 13 years ago
parent
commit
fc5ba851b4
1 changed files with 8 additions and 0 deletions
  1. 8 0
      dotfiles/.bash_profile

+ 8 - 0
dotfiles/.bash_profile

@@ -0,0 +1,8 @@
+PATH=/usr/local/bin:$PATH
+
+# Setting PATH for MacPython 2.5
+# The orginal version is saved in .bash_profile.pysave
+PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}"
+export PATH
+[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
+[[ -s "$HOME/.nvm/nvm.sh" ]] && source "$HOME/.nvm/nvm.sh" # Load nvm into shell session