mirror of
https://github.com/go-task/task.git
synced 2026-06-23 04:35:52 +00:00
feat(completion): complete task aliases in zsh
This commit is contained in:
@@ -439,3 +439,10 @@ names without descriptions, add this to your `~/.zshrc` (after the completion is
|
||||
```shell
|
||||
zstyle ':completion:*:*:task:*' verbose false
|
||||
```
|
||||
|
||||
By default, task aliases are also offered as completions. To complete only the
|
||||
canonical task names, add the `show-aliases` zstyle:
|
||||
|
||||
```shell
|
||||
zstyle ':completion:*:*:task:*' show-aliases false
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user