feat(workstation): added noseyparker and accompanying Taskfile entry
This commit is contained in:
parent
f1b58d6a62
commit
fa47334af3
3 changed files with 14 additions and 0 deletions
|
@ -19,3 +19,4 @@ autoload -U compinit && compinit
|
|||
command -v boundary &> /dev/null && complete -o nospace -C /usr/bin/boundary boundary || true
|
||||
command -v molecule &> /dev/null && source <(_MOLECULE_COMPLETE=zsh_source molecule) || true
|
||||
command -v helm &> /dev/null && source <(helm completion zsh) || true
|
||||
command -v noseyparker &> /dev/null && source <(noseyparker shell-completions --shell zsh) || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue