1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Merge pull request #1206 from Eustachy/upstream

Remove bogus "-" from nomz="ps -aux" alias.
This commit is contained in:
Robby Russell 2012-07-09 19:36:53 -07:00
commit 11f441a3ac

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'