Browse Source

Fix grepr to ignore .git

Alois Mahdal 10 years ago
parent
commit
60dd22b433
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc View File

41
 alias open='gnome-open'
41
 alias open='gnome-open'
42
 alias diff='diff -u'
42
 alias diff='diff -u'
43
 alias pad4='sed -e "s/^/    /"'
43
 alias pad4='sed -e "s/^/    /"'
44
-alias grepr='grep -nr . -e'
44
+alias grepr='grep -nr . --exclude-dir=".git" -e '
45
 alias sc='se --direction=encz.cz'
45
 alias sc='se --direction=encz.cz'
46
 
46
 
47
 ### ...... ###
47
 ### ...... ###