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
4505a438
Commit
4505a438
authored
Aug 11, 2016
by
Dominic Motuka
Committed by
Marc Cornellà
Aug 11, 2016
Browse files
update alias of get a list of packages installed locally (#5276)
parent
9772f8e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/ubuntu/ubuntu.plugin.zsh
View file @
4505a438
...
...
@@ -63,7 +63,7 @@ alias kclean='sudo aptitude remove -P ?and(~i~nlinux-(ima|hea) \
# Misc. #####################################################################
# print all installed packages
alias
allpkgs
=
'
aptitude search -F "%p" --disable-columns ~i
'
alias
allpkgs
=
'
dpkg --get-selections | grep -v deinstall
'
# Create a basic .deb package
alias
mydeb
=
'time dpkg-buildpackage -rfakeroot -us -uc'
...
...
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