Trivial but useful.
If you are using bash, just edit your
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\\]\\$ '