]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.profile, .shellrc: use dircolors
[dotfiles.git] / .shellrc
index d2e56a6702f1a356de72a521bb17f2b94fa45323..e189ac8523855e69b85a786f84b1d2c1c16fb277 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -141,6 +141,10 @@ include()
 }
 
 
+grep() { command grep --color=auto "$@"; }
+fgrep() { command fgrep --color=auto "$@"; }
+egrep() { command egrep --color=auto "$@"; }
+ls() { command ls --color=auto "$@"; }
 
 
 mc() {