diff options
-rw-r--r-- | etc/skel/dot.cshrc | 4 |
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 |