X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.shellrc;h=e189ac8523855e69b85a786f84b1d2c1c16fb277;hp=d2e56a6702f1a356de72a521bb17f2b94fa45323;hb=84e68b1fc87491881b3262b05347cdd871b1a119;hpb=f7160aa41c6421a68cda1c78b67d2de944705922 diff --git a/.shellrc b/.shellrc index d2e56a6..e189ac8 100644 --- 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() {