Grep: ignore tags file

This commit is contained in:
Michael Campagnaro 2020-07-29 23:27:30 -04:00
parent fc873653b2
commit fbd5048dca

View File

@ -472,7 +472,7 @@ alias pdot='cd ~/.private-dotfiles'
alias duh='du -csh'
alias exp='explorer .'
alias f='fg'
alias grep='grep -n --color '
alias grep='grep -n --color --exclude=tags '
alias history='fc -l 1'
alias histroy='history'
alias irb='irb --readline -r irb/completion'