mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
added agrs for agr -s
gst
This commit is contained in:
parent
c4fff05bfd
commit
8e7562f46c
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ alias agud='sudo apt-get update && sudo apt-get full-upgrade' #adu
|
|||
alias agug='sudo apt-get upgrade' # ag
|
||||
alias aguu='sudo apt-get update && sudo apt-get upgrade' #adg
|
||||
alias agar='sudo apt-get autoremove'
|
||||
alias agrs='sudo apt-get remove -s' # agr --simulate
|
||||
|
||||
compdef _ag apg='sudo apt-get'
|
||||
compdef _aga aga='sudo apt-get autoclean'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue