mirror of
https://github.com/go-task/task.git
synced 2026-07-09 06:55:14 +00:00
feat(completion): complete task aliases in zsh (#2865)
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