projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6fbd0
)
Remove alias configuration from src/.bashrc.d/15prompt_dircolors.
author
W. Trevor King
<wking@drexel.edu>
Mon, 13 Feb 2012 18:36:11 +0000
(13:36 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 13 Feb 2012 18:36:20 +0000
(13:36 -0500)
It should be consolidated to src/.bashrc.d/10aliases, at least for
aliases defined by this repository. The aliases previously defined
here were messing up my grep on SunOS 5.10, where `grep --color` is
not supported.
src/.bashrc.d/15prompt_dircolors
patch
|
blob
|
history
diff --git
a/src/.bashrc.d/15prompt_dircolors
b/src/.bashrc.d/15prompt_dircolors
index dbb5b8f114c85db8441553e143b46d2bea64dd71..16e95b0cb98a93be355276c7aaadc0fd625b7a4a 100644
(file)
--- a/
src/.bashrc.d/15prompt_dircolors
+++ b/
src/.bashrc.d/15prompt_dircolors
@@
-30,9
+30,6
@@
if [ "${OS}" != 'Gentoo' ] && [ "${OS}" != 'Gentoo Prefix' ]; then
else
PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
fi
-
- alias ls='ls --color=auto'
- alias grep='grep --colour=auto'
else
if [[ ${EUID} == 0 ]] ; then
# show root@ when we don't have colors