From 99b3e5fa827ffa5f68f0bfc0ec689bef2ad39b2f Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 29 Apr 2018 18:18:39 -0500 Subject: [PATCH] enable macOS terminal colors. --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 7070dcc..b9ecf57 100644 --- a/.bashrc +++ b/.bashrc @@ -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