refactor(zsh): Move bun completion to include/completion
This commit is contained in:
parent
59611f7e58
commit
6f569742b5
2 changed files with 3 additions and 9 deletions
|
@ -76,3 +76,5 @@ if [[ $COMPLETION_WAITING_DOTS = true ]]; then
|
|||
fi
|
||||
|
||||
[ -s "/usr/share/zsh/site-functions/_pass" ] && zstyle ':completion:*' "/usr/share/zsh/site-functions/_pass"
|
||||
|
||||
[ -s "/home/ziro/.bun/_bun" ] && source "/home/ziro/.bun/_bun"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue