AutoYADM commit: 2025-06-20 17:00:15

This commit is contained in:
Daniel Fichtinger 2025-06-20 17:00:15 -04:00
parent b1fd519278
commit 3a2b05ef30

View file

@ -38,5 +38,8 @@ define-command -docstring %{
} >/dev/null 2>&1 </dev/null & } >/dev/null 2>&1 </dev/null &
} }
} }
alias global sh shell-command
alias global ! shell-command alias global sh shell-command
alias global sh& shell-async-command
alias global ! shell-command
alias global !& shell-async-command