leave the ls alias in bashrc skel
authorMike Frysinger <vapier@gentoo.org>
Fri, 17 Feb 2006 12:14:51 +0000 (12:14 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 17 Feb 2006 12:14:51 +0000 (12:14 +0000)
app-shells/bash/files/bashrc

index 7fc505ab5ca3080cc3e29bd0ca482478852055dc..fa3103e312a13bede3977b98fe15cb3c57c5c8c3 100644 (file)
@@ -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