]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.shellrc: remove grep/ls colorful aliases
[dotfiles.git] / .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"