Terminal colors on Mac

By Nuno Mariz, on 23 August 2006 @ 23:33
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\\]\\$ '

Comments

No comments yet.
Comments are closed.