strobe
Puny Member
Couple of terminal tips for you all.
First change the background to black and the foreground to white. Then add these two lines to your .tcshrc file:
set color
alias ls ls-F
Now when you re-login and press tab, everything has a color according to what kind of file/dir it is (directory, library, device, executable, etc.). The ls command also uses the same colors.
You can change the colors by setting the LS_COLORS environment variable (see man tcsh)
First change the background to black and the foreground to white. Then add these two lines to your .tcshrc file:
set color
alias ls ls-F
Now when you re-login and press tab, everything has a color according to what kind of file/dir it is (directory, library, device, executable, etc.). The ls command also uses the same colors.
You can change the colors by setting the LS_COLORS environment variable (see man tcsh)