Explorar el Código

Added alias grepr="grep -r . -e"

Alois Mahdal hace 11 años
padre
commit
21b495d3d7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      dotfiles/bash/global-before.bashrc

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

@@ -19,6 +19,7 @@ alias open='gnome-open'
19 19
 alias diff='diff -u'
20 20
 alias pad4='sed -e "s/^/    /"'
21 21
 alias gitka='gitk --all'
22
+alias grepr='grep -r . -e'
22 23
 
23 24
 ### ...... ###
24 25
 ### OTHERS ###