Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1168 from r-darwish/yum-plugin-fix
Browse files Browse the repository at this point in the history
Fixed unmached " in yum plugin
  • Loading branch information
robbyrussell committed Jun 22, 2012
2 parents e8d582a + c65a53d commit 17c77ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/yum/yum.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ alias yp="yum info" # show package info
alias yl="yum list" # list packages
alias ygl="yum grouplist" # list package groups
alias yli="yum list installed" # print all installed packages
alias ymc="yum makecache # rebuilds the yum package list
alias ymc="yum makecache" # rebuilds the yum package list

alias yu="sudo yum update" # upgrate packages
alias yi="sudo yum install" # install package
Expand Down

0 comments on commit 17c77ee

Please sign in to comment.