Explorar el Código

Added grep coloring alias

Alois Mahdal hace 12 años
padre
commit
4b2dc9c36d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/bash/global-before.bashrc

+ 1
- 1
dotfiles/bash/global-before.bashrc Ver fichero

@@ -14,7 +14,7 @@ export GLOBIGNORE=.:..
14 14
 
15 15
 # some more aliases
16 16
 alias ll='ls -lh'
17
-alias grep='grep -I'    # do not match binary files
17
+alias grep='grep -color --binary-files=without-match'
18 18
 alias open='gnome-open'
19 19
 alias diff='diff -u'
20 20