summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-17 12:14:51 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-17 12:14:51 +0000
commitc7a986045f536ad333051d2065b595fbb897b349 (patch)
treea0d0f5c38732c811651ee38545ef87e2a3f8f16c /app-shells
parentadded startup-notification for gaim wrt bug#123128 (diff)
downloadhistorical-c7a986045f536ad333051d2065b595fbb897b349.tar.gz
historical-c7a986045f536ad333051d2065b595fbb897b349.tar.bz2
historical-c7a986045f536ad333051d2065b595fbb897b349.zip
leave the ls alias in bashrc skel
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash/files/bashrc2
1 files changed, 0 insertions, 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