From: Oleg Broytman Date: Mon, 16 Nov 2015 19:41:00 +0000 (+0300) Subject: .shellrc: remove grep/ls colorful aliases X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=3b230e081584ee7d60f1ae036b536e02ec4668cd .shellrc: remove grep/ls colorful aliases There are simply too many GNU programs with --color parameter and too many variants (like ll and such). --- diff --git a/.shellrc b/.shellrc index e189ac8..813e380 100644 --- a/.shellrc +++ b/.shellrc @@ -126,6 +126,7 @@ git() { LESS=FRSX"$LESS" command git "$@" } + include() { cfg="$1" @@ -141,12 +142,6 @@ include() } -grep() { command grep --color=auto "$@"; } -fgrep() { command fgrep --color=auto "$@"; } -egrep() { command egrep --color=auto "$@"; } -ls() { command ls --color=auto "$@"; } - - mc() { if [ -n "$SLOWTERM" ]; then MC_SLOW="--slow"