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-ansi.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 kinit="$(type -P kinit)"
26 KRB5_CONFIG="$HOME/.krb5.conf"
32 rbenv=$(type -P rbenv)
33 test -n "$rbenv" && eval "$(rbenv init -)"