Browse Source

Prefer $(COMMAND) syntax over backticks (#1012)

master
Matt Hamilton 8 years ago committed by Kaleb Elwert
parent
commit
fb689449a7
  1. 2
      modules/dpkg/init.zsh

2
modules/dpkg/init.zsh

@ -54,4 +54,4 @@ fi @@ -54,4 +54,4 @@ fi
alias deb-build='time dpkg-buildpackage -rfakeroot -us -uc'
# 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)))"'

Loading…
Cancel
Save