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
Ohmyzsh
Commits
ed5f85c1
Commit
ed5f85c1
authored
Apr 28, 2011
by
Robby Russell
Browse files
Merged pull request #303 from cit/master.
added alias for apt-cache search to deb plugin
parents
b8f8cd46
1783b16d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/deb/deb.plugin.zsh
View file @
ed5f85c1
...
...
@@ -9,4 +9,5 @@ alias ar="sudo apt-get remove --purge && \
sudo apt-get autoremove --purge"
# remove package
alias
ap
=
"apt-cache policy"
# apt policy
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
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