projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23facbe
)
leave the ls alias in bashrc skel
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 17 Feb 2006 12:14:51 +0000
(12:14 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 17 Feb 2006 12:14:51 +0000
(12:14 +0000)
app-shells/bash/files/bashrc
patch
|
blob
|
history
diff --git
a/app-shells/bash/files/bashrc
b/app-shells/bash/files/bashrc
index 7fc505ab5ca3080cc3e29bd0ca482478852055dc..fa3103e312a13bede3977b98fe15cb3c57c5c8c3 100644
(file)
--- 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