mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
8 lines
191 B
Bash
8 lines
191 B
Bash
|
zstyle ':completion:*:*:task:*' verbose yes
|
||
|
zstyle ':completion:*:*:task:*:descriptions' format '%U%B%d%b%u'
|
||
|
|
||
|
zstyle ':completion:*:*:task:*' group-name ''
|
||
|
|
||
|
alias t=task
|
||
|
compdef _task t=task
|