1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-28 06:04:46 +01: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

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'