Results 1 to 3 of 3
Thread: LS Color
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
01-28-2004 #1
- Join Date
- Nov 2003
- Posts
- 12
LS Color
-
01-28-2004 #2
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
edit /etc/profile and add this line somewhere:
Code:alias ls='ls --color'
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
-
01-28-2004 #3
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You might want this instead, though:
Code:alias ls='ls --color=tty'