summaryrefslogtreecommitdiff
path: root/etc/skel/dot.cshrc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-02-16 20:05:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-02-16 20:05:50 +0000
commit9f62c5e61bf948db409e81761ae92e3e38ddb23d (patch)
tree3189d9338e510cae8206f7e3bcd8d0ae6a0c5400 /etc/skel/dot.cshrc
parente5e4458424a32df271c27a39d9c6c4decb77ba24 (diff)
ls -g option does nothing, ok to remove; from igor@string1.ciencias.uniovi.es
Diffstat (limited to 'etc/skel/dot.cshrc')
-rw-r--r--etc/skel/dot.cshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/skel/dot.cshrc b/etc/skel/dot.cshrc
index 0c809d36e6b..40c5a0c3f0b 100644
--- a/etc/skel/dot.cshrc
+++ b/etc/skel/dot.cshrc
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.cshrc,v 1.5 2005/02/16 06:56:57 matthieu Exp $
+# $OpenBSD: dot.cshrc,v 1.6 2007/02/16 20:05:49 deraadt Exp $
#
# csh initialization
@@ -9,7 +9,7 @@ alias h 'history -r | more'
alias j jobs -l
alias la ls -a
alias lf ls -FA
-alias ll ls -lgsA
+alias ll ls -lsA
alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
alias z suspend