diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-17 12:14:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-17 12:14:51 +0000 |
commit | c7a986045f536ad333051d2065b595fbb897b349 (patch) | |
tree | a0d0f5c38732c811651ee38545ef87e2a3f8f16c /app-shells | |
parent | added startup-notification for gaim wrt bug#123128 (diff) | |
download | historical-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/bashrc | 2 |
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 |