dotfiles/zsh/aliases.d/grep.zsh
2015-07-16 18:57:43 +02:00

4 lines
137 B
Bash

# Grep
alias grep='grep --color'
alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS}'
alias psg='ps aux | grep -v grep | grep'