1 # ~/.bash_profile: executed by bash(1) for login shells.
4 if [ -f ~/.bashrc ]; then
8 # Change ANSI colors to Solarized-style colors
9 if [ "$UNAME" = "Cygwin" ]; then
10 if [ -f ~/.term_colorpalette ]; then
11 source ~/.term_colorpalette
16 keychain="$(type -P keychain)"
17 test -n "$keychain" && {
18 if [ -f ~/.ssh/id_rsa ]; then
19 eval `$keychain -q ~/.ssh/id_rsa`
20 source ~/.keychain/`hostname`-sh > /dev/null
26 kinit="$(type -P kinit)"
28 KRB5_CONFIG="$HOME/.krb5.conf"
34 [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"