aliases: run shfmt on the whole folder
My apologies to future `git blame` hunters ♥
This commit is contained in:
@@ -2,8 +2,8 @@ cite 'about-alias'
|
||||
about-alias 'fuck/please to retry last command with sudo'
|
||||
|
||||
# Play nicely with 'thefuck' plugin
|
||||
if ! _command_exists fuck ; then
|
||||
alias fuck='sudo $(fc -ln -1)'
|
||||
if ! _command_exists fuck; then
|
||||
alias fuck='sudo $(fc -ln -1)'
|
||||
fi
|
||||
alias please=fuck
|
||||
alias plz=please
|
||||
|
||||
Reference in New Issue
Block a user