From: Mike Frysinger Date: Fri, 17 Feb 2006 12:14:51 +0000 (+0000) Subject: leave the ls alias in bashrc skel X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7a986045f536ad333051d2065b595fbb897b349;p=gentoo.git leave the ls alias in bashrc skel --- diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc index 7fc505ab5ca3..fa3103e312a1 100644 --- a/app-shells/bash/files/bashrc +++ b/app-shells/bash/files/bashrc @@ -41,8 +41,6 @@ if ${use_color} ; then else PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] ' fi - - alias ls='ls --color=auto' else if [[ ${EUID} == 0 ]] ; then # show root@ when we don't have colors