mirror of
https://github.com/go-task/task.git
synced 2026-07-07 14:09:11 +00:00
fix: autocomplete works with other binary than 'task' (#2495)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
set -l GO_TASK_PROGNAME task
|
||||
set -l GO_TASK_PROGNAME (if set -q GO_TASK_PROGNAME; echo $GO_TASK_PROGNAME; else if set -q TASK_EXE; echo $TASK_EXE; else; echo task; end)
|
||||
|
||||
# Cache variables for experiments (global)
|
||||
set -g __task_experiments_cache ""
|
||||
|
||||
Reference in New Issue
Block a user