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
1 changed files with 1 additions and 1 deletions

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'