From c7a986045f536ad333051d2065b595fbb897b349 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 17 Feb 2006 12:14:51 +0000 Subject: [PATCH] leave the ls alias in bashrc skel --- app-shells/bash/files/bashrc | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.26.2