Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
1783b16d
Commit
1783b16d
authored
Apr 26, 2011
by
Florian Adamsky
Browse files
added alias for apt-cache search
parent
70d0beae
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/deb/deb.plugin.zsh
View file @
1783b16d
...
@@ -9,4 +9,5 @@ alias ar="sudo apt-get remove --purge && \
...
@@ -9,4 +9,5 @@ alias ar="sudo apt-get remove --purge && \
sudo apt-get autoremove --purge"
# remove package
sudo apt-get autoremove --purge"
# remove package
alias
ap
=
"apt-cache policy"
# apt policy
alias
ap
=
"apt-cache policy"
# apt policy
alias
av
=
"apt-cache show"
# show package info
alias
av
=
"apt-cache show"
# show package info
alias
acs
=
"apt-cache search"
# search package
alias
ac
=
"sudo apt-get clean && sudo apt-get autoclean"
# clean apt cache
alias
ac
=
"sudo apt-get clean && sudo apt-get autoclean"
# clean apt cache
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