summaryrefslogtreecommitdiffstats
path: root/etc/root
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-22 08:23:02 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-22 08:23:02 +0000
commit5e58b262f9a87882a66c10e76404071ec04babf9 (patch)
treefc582a5051841b5a842a3cc96a4c5c81014ce0df /etc/root
parentbfc87c1aefc0e52fbe41fb0d55cd6ad093bdb9c2 (diff)
downloadFreeBSD-src-5e58b262f9a87882a66c10e76404071ec04babf9.zip
FreeBSD-src-5e58b262f9a87882a66c10e76404071ec04babf9.tar.gz
Revert the change that removed the -k flag from the ls alias, we have ls -k
again.
Diffstat (limited to 'etc/root')
-rw-r--r--etc/root/dot.cshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc
index b0284d3..cdead91 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/dot.cshrc
@@ -1,4 +1,4 @@
-# $Id: dot.cshrc,v 1.9 1994/02/21 20:35:58 rgrimes Exp $
+# $Id: dot.cshrc,v 1.10 1994/09/19 07:01:35 pst Exp $
#
alias mail Mail
set history=1000
@@ -11,7 +11,7 @@ alias cd 'set old=$cwd; chdir \!*'
alias h history
alias j jobs -l
alias ll ls -lg
-alias ls ls -g
+alias ls ls -g -k
alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
alias z suspend
OpenPOWER on IntegriCloud