mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Fix alias in Ubuntu plugin
This commit is contained in:
parent
e273cf004e
commit
9860050808
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ alias agug='sudo apt-get upgrade' # ag
|
|||
alias aguu='sudo apt-get update && sudo apt-get upgrade' #adg
|
||||
alias agar='sudo apt-get autoremove'
|
||||
|
||||
compdef _ag apg='sudo apt-get'
|
||||
compdef _apg apg='sudo apt-get'
|
||||
compdef _aga aga='sudo apt-get autoclean'
|
||||
compdef _agb agb='sudo apt-get build-dep'
|
||||
compdef _agc agc='sudo apt-get clean'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue