# -*- mode: sh -*- # If someone invokes .profile with bash, just defer to .bash_profile. if [ -n "$BASH_VERSION" ]; then . ~/.bash_profile fi . $HOME/bash-config/vars . $HOME/bash-config/env