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

@@ -2,9 +2,9 @@ cite 'about-alias'
about-alias 'textmate abbreviations'
case $OSTYPE in
darwin*)
# Textmate
alias e='mate . &'
alias et='mate app config db lib public script test spec config.ru Gemfile Rakefile README &'
;;
darwin*)
# Textmate
alias e='mate . &'
alias et='mate app config db lib public script test spec config.ru Gemfile Rakefile README &'
;;
esac