diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1997-07-15 09:37:02 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-07-15 09:37:02 +0000 |
commit | a296cb3019ef88c1ccd3885eeaa2eaf9f596d012 (patch) | |
tree | 5ba08d54a9da00e583d87072e28aacc48cccf56d /share/skel | |
parent | 297b94929aef22329ed0c28eed31473a80d753b7 (diff) | |
download | src-a296cb3019ef88c1ccd3885eeaa2eaf9f596d012.tar.gz src-a296cb3019ef88c1ccd3885eeaa2eaf9f596d012.zip |
Notes
Diffstat (limited to 'share/skel')
-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 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' |