Commit b5ee6ac8 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add special grep wrapper to all platforms aliases

parent 9073d8a2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -14,6 +14,11 @@ alias syslog='tail -F /var/log/syslog'

alias client-display='~/.shell/bin/tmux-display-helper run-command'

# special grep
alias grep='~/.shell/bin/grep-auto-exclude grep -n'
alias fgrep='~/.shell/bin/grep-auto-exclude fgrep -n'
alias egrep='~/.shell/bin/grep-auto-exclude egrep -n'


## Common miss-spellings
## =====================