Colorize CLI FreeBSD
FreeBSD uses csh as its default shell (I personally prefer tcsh which is available), but one thing one might notice is that ll (or ls -l) is not colorized. This can be corrected by adding the following to the .cshrc file in your home directory (or root directory): setenv CLICOLOR 1 Once you do this, […]