Fixed something really odd that is happening on my mac
This commit is contained in:
parent
f15c42f38a
commit
41c88fe866
1 changed files with 4 additions and 0 deletions
4
profile
4
profile
|
@ -36,6 +36,10 @@ elif [[ "$unamestr" == 'Darwin' ]]; then
|
||||||
alias ls="ls -G"
|
alias ls="ls -G"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "$unamestr" == 'Darwin' ]]; then
|
||||||
|
alias update_terminal_cwd=:
|
||||||
|
fi
|
||||||
|
|
||||||
# default editor
|
# default editor
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue