chore(rtx): fix issue shell completion setup

This commit is contained in:
2023-04-05 00:27:16 +01:00
parent 77367ea1db
commit 7b52ea47ec

5
zshrc
View File

@@ -91,9 +91,8 @@ if command-exists direnv; then
fi
zinit light-mode wait lucid from'gh-r' as'program' pick'rtx' mv'rtx* -> rtx' \
atclone'./rtx complete -s zsh > _rtx && chmod +x _rtx && ./rtx activate zsh > .rtx.zsh' \
atpull'%atclone' \
src='.rtx.zsh' \
atclone'./rtx completion zsh > _rtx && chmod +x _rtx && ./rtx activate zsh > .rtx.zsh && zinit creinstall jdxcode/rtx' \
atpull'%atclone' src='.rtx.zsh' \
for @jdxcode/rtx
# ==============================================================================