0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Remove bogus "-" from nomz="ps -aux" alias.

Info from http://procps.sourceforge.net/faq.html .
This commit is contained in:
Eustachy Kapusta 2012-07-01 19:57:32 +02:00
parent d165a84dc0
commit e2ddf1ef8c

View file

@ -29,7 +29,7 @@ alias iminurbase='finger'
alias btw='nice'
alias obtw='nohup'
alias nomz='ps -aux'
alias nomz='ps aux'
alias nomnom='killall'
alias byes='exit'