Added Dotfiles
This commit is contained in:
parent
9cd2220adb
commit
9ea4faff29
17 changed files with 622 additions and 0 deletions
4
zsh/aliases.d/grep.zsh
Normal file
4
zsh/aliases.d/grep.zsh
Normal file
|
@ -0,0 +1,4 @@
|
|||
# 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'
|
Loading…
Add table
Add a link
Reference in a new issue