my-yadm/.local/dotfiles/aliases/go-task.zsh
2023-11-22 10:23:10 -05:00

3 lines
61 B
Bash

if (( ${+commands[go-task]} )); then
alias task=go-task
fi