mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
update alias of get a list of packages installed locally (#5276)
This commit is contained in:
parent
9772f8e10d
commit
4505a438e4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue