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 | 9462e48e4205ac401d683c2db176b434f7c81e4e (patch) | |
tree | bcd616230d224c60c25eb2d94bd6a289046e66cf /app-shells/bash | |
parent | added startup-notification for gaim wrt bug#123128 (diff) | |
download | gentoo-2-9462e48e4205ac401d683c2db176b434f7c81e4e.tar.gz gentoo-2-9462e48e4205ac401d683c2db176b434f7c81e4e.tar.bz2 gentoo-2-9462e48e4205ac401d683c2db176b434f7c81e4e.zip |
leave the ls alias in bashrc skel
Diffstat (limited to 'app-shells/bash')
-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 |