mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Remove bogus "-" from nomz="ps -aux" alias.
Info from http://procps.sourceforge.net/faq.html .
This commit is contained in:
parent
d165a84dc0
commit
e2ddf1ef8c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue