diff options
| author | Paul Traina <pst@FreeBSD.org> | 1994-09-19 07:01:35 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1994-09-19 07:01:35 +0000 |
| commit | 986c2270fe0d6f841d6cc9db1bb64f743b751d6d (patch) | |
| tree | fd59f35d08a93c9935dcaa8923a7d36bfa4a2438 /etc/root | |
| parent | b058360fefa02fe502fb247c40742490e46d1fc4 (diff) | |
Notes
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.cshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 6e2d3df3ccac..b0284d30145e 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 |
