mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Add completion instructions for apt/aptitude commands
This commit is contained in:
@@ -107,6 +107,20 @@ else
|
|||||||
?not(~n`uname -r`))'\'' root'
|
?not(~n`uname -r`))'\'' root'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Completion ################################################################
|
||||||
|
|
||||||
|
# TODO: These definitions won't change between apt-get and uptitude automaticaly
|
||||||
|
compdef _apt aac="$apt_pref autoclean"
|
||||||
|
compdef _apt abd="$apt_pref build-dep"
|
||||||
|
compdef _apt ac="$apt_pref clean"
|
||||||
|
compdef _apt ad="$apt_pref update"
|
||||||
|
compdef _apt afu="$apt_pref update"
|
||||||
|
compdef _apt ag="$apt_pref upgrade"
|
||||||
|
compdef _apt ai="$apt_pref install"
|
||||||
|
compdef _apt ail="$apt_pref install"
|
||||||
|
compdef _apt ap="$apt_pref purge"
|
||||||
|
compdef _apt ar="$apt_pref remove"
|
||||||
|
compdef _apt ads="apt-get dselect-upgrade"
|
||||||
|
|
||||||
# Misc. #####################################################################
|
# Misc. #####################################################################
|
||||||
# print all installed packages
|
# print all installed packages
|
||||||
|
|||||||
Reference in New Issue
Block a user