Fixed something really odd that is happening on my mac

This commit is contained in:
Nicole Tietz-Sokolskaya 2015-09-08 11:24:29 -04:00
parent f15c42f38a
commit 41c88fe866
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ elif [[ "$unamestr" == 'Darwin' ]]; then
alias ls="ls -G"
fi
if [[ "$unamestr" == 'Darwin' ]]; then
alias update_terminal_cwd=:
fi
# default editor
export EDITOR=vim