1 # ~/.bash_profile: executed by bash(1) for login shells.
4 if [ -f ~/.bashrc ]; then
8 # Set mintty color-palette
9 if [ "$UNAME" = "Cygwin" ]; then
10 source ~/.mintty/colors/solarized-alt.sh
14 keychain="$(type -P keychain)"
15 test -n "$keychain" && {
16 if [ -f ~/.ssh/id_rsa ]; then
17 eval `$keychain -q ~/.ssh/id_rsa`
18 source ~/.keychain/`hostname`-sh > /dev/null
24 [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"