mirror of https://github.com/akelge/vim
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 du1="du -h --max-depth=1"
|
||||
alias psg="ps ax|grep "
|
||||
|
||||
# Global Aliases
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue