From c320b6457288ee0fdb92675e743be5b8bdb0cdf4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 13 Feb 2012 13:36:11 -0500 Subject: [PATCH] Remove alias configuration from src/.bashrc.d/15prompt_dircolors. 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/.bashrc.d/15prompt_dircolors b/src/.bashrc.d/15prompt_dircolors index dbb5b8f..16e95b0 100644 --- 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 -- 2.26.2