mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(rtx): fix issue shell completion setup
This commit is contained in:
5
zshrc
5
zshrc
@@ -91,9 +91,8 @@ if command-exists direnv; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
zinit light-mode wait lucid from'gh-r' as'program' pick'rtx' mv'rtx* -> rtx' \
|
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' \
|
atclone'./rtx completion zsh > _rtx && chmod +x _rtx && ./rtx activate zsh > .rtx.zsh && zinit creinstall jdxcode/rtx' \
|
||||||
atpull'%atclone' \
|
atpull'%atclone' src='.rtx.zsh' \
|
||||||
src='.rtx.zsh' \
|
|
||||||
for @jdxcode/rtx
|
for @jdxcode/rtx
|
||||||
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user