Skip to content

Instantly share code, notes, and snippets.

@lstebner
Created December 26, 2017 19:15
Show Gist options
  • Save lstebner/5b3e97217faf7ed1311dd3821fba7842 to your computer and use it in GitHub Desktop.
Save lstebner/5b3e97217faf7ed1311dd3821fba7842 to your computer and use it in GitHub Desktop.
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
# include .bashrc if it exists
if [ -f $HOME/.bashrc ]; then
. $HOME/.bashrc
fi
# here so it isn't invoked by emacs
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment