diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-10 23:34:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-10 23:34:50 +0000 |
commit | 3de6671291ae5cb820653d9e6d3c270ddad5fba4 (patch) | |
tree | a4e879ece3366f432a2d0d83ff001a0667f34f7a | |
parent | ab432688f99750e0fb16d677c848a2b86b58e5d8 (diff) |
l alias by default
-rw-r--r-- | etc/root/dot.cshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 0caa5a9744a..ac8dbcbd0b0 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -13,6 +13,7 @@ alias cd 'set old="$cwd"; chdir \!*' alias h history alias j jobs -l alias ll ls -l +alias l ls -alF alias back 'set back="$old"; set old="$cwd"; cd "$back"; unset back; dirs' alias z suspend |