[PC-BSD Commits] r1822 - pcbsd/trunk/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 30 13:01:11 PDT 2008
Author: tim
Date: 2008-04-30 13:01:01 -0700 (Wed, 30 Apr 2008)
New Revision: 1822
Modified:
pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc
Log:
Give colourised 'ls' output by default
Modified: pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc 2008-04-30 16:56:22 UTC (rev 1821)
+++ pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc 2008-04-30 20:01:01 UTC (rev 1822)
@@ -10,6 +10,7 @@
alias la ls -a
alias lf ls -FA
alias ll ls -lA
+alias ls ls -G
# A righteous umask
umask 22
More information about the Commits
mailing list