1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-25 15:53:30 +02: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
+1 -1
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'