Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
0aa4456d
Commit
0aa4456d
authored
Jun 29, 2012
by
mapc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add completion instructions for apt/aptitude commands
parent
06734253
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
debian.plugin.zsh
plugins/debian/debian.plugin.zsh
+14
-0
No files found.
plugins/debian/debian.plugin.zsh
View file @
0aa4456d
...
@@ -107,6 +107,20 @@ else
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment