Grep: ignore tags file
This commit is contained in:
parent
fc873653b2
commit
fbd5048dca
2
aliases
2
aliases
|
@ -472,7 +472,7 @@ alias pdot='cd ~/.private-dotfiles'
|
||||||
alias duh='du -csh'
|
alias duh='du -csh'
|
||||||
alias exp='explorer .'
|
alias exp='explorer .'
|
||||||
alias f='fg'
|
alias f='fg'
|
||||||
alias grep='grep -n --color '
|
alias grep='grep -n --color --exclude=tags '
|
||||||
alias history='fc -l 1'
|
alias history='fc -l 1'
|
||||||
alias histroy='history'
|
alias histroy='history'
|
||||||
alias irb='irb --readline -r irb/completion'
|
alias irb='irb --readline -r irb/completion'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user