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
"vscode:/vscode.git/clone" did not exist on "7a452fd9501cf8766fa166350cff919cbdf0045e"
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
Show 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) \
...
@@ -63,7 +63,7 @@ alias kclean='sudo aptitude remove -P ?and(~i~nlinux-(ima|hea) \
# Misc. #####################################################################
# Misc. #####################################################################
# print all installed packages
# 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
# Create a basic .deb package
alias
mydeb
=
'time dpkg-buildpackage -rfakeroot -us -uc'
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