1
0
mirror of https://github.com/akelge/zsh synced 2025-08-14 06:18:19 +00:00

Added psg alias (ps ax|grep )

This commit is contained in:
2014-04-16 06:08:48 +00:00
parent e72a96f37d
commit 28a584e0b7

View File

@ -28,6 +28,7 @@ alias ptr='host -t ptr'
alias vi="vim "
alias du1="du -h --max-depth=1"
alias psg="ps ax|grep "
# Global Aliases
#