mirror of https://github.com/akelge/zsh
Added psg alias (ps ax|grep )
This commit is contained in:
parent
e72a96f37d
commit
28a584e0b7
|
@ -28,6 +28,7 @@ alias ptr='host -t ptr'
|
||||||
alias vi="vim "
|
alias vi="vim "
|
||||||
|
|
||||||
alias du1="du -h --max-depth=1"
|
alias du1="du -h --max-depth=1"
|
||||||
|
alias psg="ps ax|grep "
|
||||||
|
|
||||||
# Global Aliases
|
# Global Aliases
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue