enable macOS terminal colors.

This commit is contained in:
jowj 2018-04-29 18:13:47 -05:00
parent fe10592077
commit 862329aab4

View File

@ -70,6 +70,9 @@ export PS1="\t:\[$(tput sgr0)\]\[\033[38;5;93m\]\h\[$(tput sgr0)\]\[\033[38;5;15
tmux attach &> /dev/null
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
if [[ ! $TERM =~ screen ]]; then
exec tmux
fi