"vscode:/vscode.git/clone" did not exist on "904d0ccef9a3508df61f9b0bb784d8b59d5e8bb2"
Commit c65a53df authored by Roey Darwish Dror's avatar Roey Darwish Dror
Browse files

Fixed unmached " in yum plugin

parent e8d582ab
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment