From 01fc707a2bb434df0bbf6aa833947a2dbdf11dbc Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 30 Apr 2023 23:54:43 +0100 Subject: [PATCH] feat(rtx): update config and shims as needed by latest rtx version --- config/rtx/config.toml | 2 -- zshenv | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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