diff options
author | charnier <charnier@FreeBSD.org> | 1997-07-15 09:37:02 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-07-15 09:37:02 +0000 |
commit | 0715678100e6adeaef3cb5ff14b4836c683c0bcb (patch) | |
tree | 13adbe5c3a3322301c649f9ea1852f1bc23bda27 | |
parent | f673b0ac7c8bbe04c846001f8eb8ec36d51f6e03 (diff) | |
download | FreeBSD-src-0715678100e6adeaef3cb5ff14b4836c683c0bcb.zip FreeBSD-src-0715678100e6adeaef3cb5ff14b4836c683c0bcb.tar.gz |
Remove obsolete flag (-g) for ls.
PR:conf/3730
Submitted by: helbig@MX.BA-Stuttgart.De
-rw-r--r-- | share/skel/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 4a173c9..4eb71b2 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -1,4 +1,4 @@ -# $Id: dot.profile,v 1.10 1997/02/22 13:56:33 peter Exp $ +# $Id: dot.profile,v 1.11 1997/03/08 16:35:39 wosch Exp $ # # .profile - Bourne Shell startup script for login shells # @@ -31,7 +31,7 @@ PAGER=more; export PAGER alias h='fc -l' alias j=jobs alias m=$PAGER -alias ll='ls -lagFo' +alias ll='ls -laFo' alias l='ls -l' alias g='egrep -i' |