From a296cb3019ef88c1ccd3885eeaa2eaf9f596d012 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Tue, 15 Jul 1997 09:37:02 +0000 Subject: [PATCH] Remove obsolete flag (-g) for ls. PR:conf/3730 Submitted by: helbig@MX.BA-Stuttgart.De --- share/skel/dot.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 4a173c977416..4eb71b2a00c3 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'