From 41c88fe866a7270f5a92862259e0b4092d89ae70 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Tue, 8 Sep 2015 11:24:29 -0400 Subject: [PATCH] Fixed something really odd that is happening on my mac --- profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile b/profile index aed06a5..578c749 100644 --- a/profile +++ b/profile @@ -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