Created
December 26, 2017 19:15
-
-
Save lstebner/5b3e97217faf7ed1311dd3821fba7842 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[ -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