mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
feat(rtx): update config and shims as needed by latest rtx version
This commit is contained in:
@@ -1,4 +1,2 @@
|
|||||||
[settings]
|
[settings]
|
||||||
experimental = true
|
|
||||||
shims_dir = "~/.rtx/shims"
|
|
||||||
legacy_version_file = true
|
legacy_version_file = true
|
||||||
|
|||||||
2
zshenv
2
zshenv
@@ -200,7 +200,7 @@ if command-exists sccache; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# rtx setup
|
# rtx setup
|
||||||
path_prepend "$HOME/.rtx/shims"
|
path_prepend "$HOME/.local/share/rtx/shims"
|
||||||
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Path setup for select binaries installed with zinit
|
# Path setup for select binaries installed with zinit
|
||||||
|
|||||||
Reference in New Issue
Block a user