Added go-task alias

This commit is contained in:
Eric Renfro 2023-11-22 10:23:10 -05:00
parent 38c7d77efd
commit d21673d2ec
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if (( ${+commands[go-task]} )); then
alias task=go-task
fi