]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: remove grep/ls colorful aliases
authorOleg Broytman <phd@phdru.name>
Mon, 16 Nov 2015 19:41:00 +0000 (22:41 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 16 Nov 2015 19:41:00 +0000 (22:41 +0300)
There are simply too many GNU programs with --color parameter and too
many variants (like ll and such).

.shellrc

index e189ac8523855e69b85a786f84b1d2c1c16fb277..813e3803e1c93c2b8a15d3090850755f85f19174 100644 (file)
--- 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"