feat(zsh): add support for bob, a Neovim version manager

This commit is contained in:
Price Hiller 2023-11-03 16:57:23 -05:00
parent 4c9b21de1c
commit 153d7a0320
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#compdef bob
source <(gh completion -s zsh)

View File

@ -173,3 +173,6 @@ export POWERSHELL_TELEMETRY_OPTOUT=true
### NPM ###
export NPM_CONFIG_PREFIX="${HOME}/.npm-global"
export PATH="${PATH}:${NPM_CONFIG_PREFIX}/bin"
### BOB, Neovim Version Manager ###
export PATH="${PATH}:${XDG_DATA_HOME}/bob/nvim-bin"