summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.cshrc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/root/dot.cshrc')
-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