feat(rtx): update config and shims as needed by latest rtx version

This commit is contained in:
2023-04-30 23:54:43 +01:00
parent e66883cf73
commit 01fc707a2b
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,2 @@
[settings] [settings]
experimental = true
shims_dir = "~/.rtx/shims"
legacy_version_file = true legacy_version_file = true

2
zshenv
View File

@@ -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