Terminal colors on Mac

Trivial but useful.
If you are using bash, just edit your .profile (explanation):

# colors
export CLICOLOR=1
export TERM=xterm-color
export LSCOLORS=gxgxcxdxbxegedabagacad  # cyan directories
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '

No Comment

No comments yet

Leave a reply

You must be logged in to post a comment.