4 lines
61 B
Bash
4 lines
61 B
Bash
|
if (( ${+commands[go-task]} )); then
|
||
|
alias task=go-task
|
||
|
fi
|