From 3b230e081584ee7d60f1ae036b536e02ec4668cd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 16 Nov 2015 22:41:00 +0300 Subject: [PATCH] .shellrc: remove grep/ls colorful aliases There are simply too many GNU programs with --color parameter and too many variants (like ll and such). --- .shellrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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" -- 2.39.2