diff --git a/config/rtx/config.toml b/config/rtx/config.toml index 613a2bf..4ae669a 100644 --- a/config/rtx/config.toml +++ b/config/rtx/config.toml @@ -1,4 +1,2 @@ [settings] -experimental = true -shims_dir = "~/.rtx/shims" legacy_version_file = true diff --git a/zshenv b/zshenv index 2cd9018..7ca1353 100644 --- a/zshenv +++ b/zshenv @@ -200,7 +200,7 @@ if command-exists sccache; then fi # rtx setup -path_prepend "$HOME/.rtx/shims" +path_prepend "$HOME/.local/share/rtx/shims" # ============================================================================== # Path setup for select binaries installed with zinit