Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove bogus "-" from nomz="ps -aux" alias.
  • Loading branch information
tomek committed Jul 1, 2012
1 parent d165a84 commit e2ddf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lol/lol.plugin.zsh
Expand Up @@ -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'
Expand Down

0 comments on commit e2ddf1e

Please sign in to comment.