summaryrefslogtreecommitdiffstats
path: root/etc/root
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-19 07:01:35 +0000
committerpst <pst@FreeBSD.org>1994-09-19 07:01:35 +0000
commit2543098e26a59790708611540cb4e145aea1cc3a (patch)
treefd59f35d08a93c9935dcaa8923a7d36bfa4a2438 /etc/root
parentc15ded12c6ef30dac4161c8c1c8b2d6b4a628d40 (diff)
downloadFreeBSD-src-2543098e26a59790708611540cb4e145aea1cc3a.zip
FreeBSD-src-2543098e26a59790708611540cb4e145aea1cc3a.tar.gz
Fix 'ls' alias to work with new ls (-k is not supported)
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 6e2d3df..b0284d3 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/dot.cshrc
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: dot.cshrc,v 1.9 1994/02/21 20:35:58 rgrimes 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 -k
+alias ls ls -g
alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
alias z suspend
OpenPOWER on IntegriCloud