From: jmc Date: Sun, 24 Aug 2008 15:22:08 +0000 (+0000) Subject: remove the ls=ls -gCF alias: we already have an alias for ls (-CF), X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cabebc0b98eae15bc4929ed2702af5fd69b1a619;p=openbsd 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 --- 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`}