Fix psg alias

This commit is contained in:
yan
2011-11-27 19:00:07 -06:00
parent 0061ba11f1
commit f1549b62a0

View File

@@ -1,5 +1,5 @@
# PS # PS
alias psg="ps aux | grep $1" alias psg="ps aux | grep "
alias psr='ps aux | grep ruby' alias psr='ps aux | grep ruby'
# Moving around # Moving around