Browse Source

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

Alois Mahdal 11 years ago
parent
commit
21b495d3d7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc View File

@@ -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 ###