feat(workstation): added noseyparker and accompanying Taskfile entry

This commit is contained in:
NaeiKinDus 2023-12-25 00:00:00 +00:00
parent f1b58d6a62
commit fa47334af3
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
3 changed files with 14 additions and 0 deletions

View file

@ -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