refactor(zsh): Move bun completion to include/completion

This commit is contained in:
Ahmad Ansori Palembani 2024-07-20 11:47:59 +07:00
parent 59611f7e58
commit 6f569742b5
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 3 additions and 9 deletions

View file

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