mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-20 04:10:21 +00:00
Prefer $(COMMAND) syntax over backticks (#1012)
This commit is contained in:
committed by
Kaleb Elwert
parent
483447082b
commit
fb689449a7
@@ -54,4 +54,4 @@ fi
|
|||||||
alias deb-build='time dpkg-buildpackage -rfakeroot -us -uc'
|
alias deb-build='time dpkg-buildpackage -rfakeroot -us -uc'
|
||||||
|
|
||||||
# Removes all kernel images and headers, except for the ones in use.
|
# Removes all kernel images and headers, except for the ones in use.
|
||||||
alias deb-kclean='sudo aptitude remove -P "?and(~i~nlinux-(ima|hea) ?not(~n`uname -r`))"'
|
alias deb-kclean='sudo aptitude remove -P "?and(~i~nlinux-(ima|hea) ?not(~n$(uname -r)))"'
|
||||||
|
Reference in New Issue
Block a user