source ~/.bashrc
fi
+# Set mintty color-palette
+if [ "$UNAME" = "Cygwin" ]; then
+ source ~/.mintty/colors/solarized-ansi.sh
+fi
+
# keychain
keychain="$(type -P keychain)"
test -n "$keychain" && {
fi
}
unset keychain
+
+# Load RVM function
+[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"