mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
chore(rtx): install via official script instead of zinit
A bit more code, but should make installation more reliable, as zinit often has issues detecting the correct binary/tarball to download from GitHub releases.
This commit is contained in:
2
zshenv
2
zshenv
@@ -200,13 +200,13 @@ if command-exists sccache; then
|
||||
fi
|
||||
|
||||
# rtx setup
|
||||
path_prepend "$HOME/.local/share/rtx/bin"
|
||||
path_prepend "$HOME/.local/share/rtx/shims"
|
||||
|
||||
# ==============================================================================
|
||||
# Path setup for select binaries installed with zinit
|
||||
# ==============================================================================
|
||||
|
||||
path_prepend "$HOME/.local/zsh/zinit/plugins/jdxcode---rtx"
|
||||
path_prepend "$HOME/.local/zsh/zinit/plugins/junegunn---fzf"
|
||||
path_prepend "$HOME/.local/zsh/zinit/plugins/rbenv---rbenv/bin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user