os-x

Fix the color scheme in iTerm2

I recently ran into an issue where the color scheme in iTerm2 was no longer being applied after creating my ~/.bash_profile file. Adding the following two lines to the file fixed the issue for me.

export CLICOLOR=1
export TERM=xterm-256color

more OS X posts