1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

update alias of get a list of packages installed locally (#5276)

This commit is contained in:
Dominic Motuka
2016-08-11 03:14:52 +03:00
committed by Marc Cornellà
parent 9772f8e10d
commit 4505a438e4

View File

@@ -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'