1 # ~/.bash_profile: executed by bash(1) for login shells.
 
   4 if [ -f ~/.bashrc ]; then
 
   9 keychain="$(type -P keychain)"
 
  10 test -n "$keychain" && {
 
  11   if [ -f ~/.ssh/id_rsa ]; then
 
  12     eval `$keychain -q ~/.ssh/id_rsa`
 
  13     source ~/.keychain/`hostname`-sh > /dev/null
 
  19 [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"