I remember using syntax highlighting in the Terminal when I was on Linux. But I have never had it on my mac, and it's starting to annoy me. For example, folders would be another color than text files. Can someone tell me how to enable this?
Check the tcsh man page for details; a quick perusal and search found me the shell variable "color" and the environment variable "LS_COLORS". I'm not sure how to use them or what their differences are, but both seem to work.
Check the tcsh man page for details; a quick perusal and search found me the shell variable "color" and the environment variable "LS_COLORS". I'm not sure how to use them or what their differences are, but both seem to work.
to ~/.profile (create that file if it doesn't exist) You will need to close that terminal session and reopen it, or just source the .profile file to reload it