aliases: run shfmt on the whole folder

My apologies to future `git blame` hunters ♥
This commit is contained in:
John D Pell
2022-01-16 12:44:18 -08:00
parent 0619c19f65
commit 7c2c2a5525
14 changed files with 200 additions and 215 deletions

View File

@@ -6,10 +6,8 @@ cite 'about-alias'
about-alias 'Apt and dpkg aliases for Ubuntu and Debian distros.'
# set apt aliases
function _set_pkg_aliases()
{
if _command_exists apt
then
function _set_pkg_aliases() {
if _command_exists apt; then
alias apts='apt-cache search'
alias aptshow='apt-cache show'
alias aptinst='sudo apt-get install -V'