diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-24 15:22:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-24 15:22:09 +0000 |
commit | 8eaf6bc9ccb32123290cb74857b266cacf39b948 (patch) | |
tree | e5f06f46ee555dd6626933e426b808ed823e0019 /etc/ksh.kshrc | |
parent | c4215ae1e65f5c1b84f697da1c145192e86e433a (diff) |
remove the ls=ls -gCF alias: we already have an alias for ls (-CF),
and now that the behaviour of -g has changed to be more in line
with posix, we get group ID by default anyway;
kick started by PR 5784 from Jacek Masiulaniec;
discussed with otto and sobrado;
ok deraadt millert
Diffstat (limited to 'etc/ksh.kshrc')
-rw-r--r-- | etc/ksh.kshrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/ksh.kshrc b/etc/ksh.kshrc index 5e1760ae5dc..53d72c5d143 100644 --- a/etc/ksh.kshrc +++ b/etc/ksh.kshrc @@ -1,5 +1,5 @@ : -# $OpenBSD: ksh.kshrc,v 1.12 2005/02/07 06:08:10 david Exp $ +# $OpenBSD: ksh.kshrc,v 1.13 2008/08/24 15:22:08 jmc Exp $ # # NAME: # ksh.kshrc - global initialization for ksh @@ -141,7 +141,6 @@ case "$-" in alias p='ps -l' alias j=jobs alias o='fg %-' - alias ls='ls -gCF' # add your favourite aliases here OS=${OS:-`uname -s`} |