chore(rtx): move global tool versions to rtx config file

This commit is contained in:
2023-03-21 01:21:47 +00:00
parent cc3121e472
commit 06b5b5cd39
4 changed files with 17 additions and 13 deletions

2
zshenv
View File

@@ -199,7 +199,7 @@ if command-exists sccache; then
export RUSTC_WRAPPER=sccache
fi
# RTX shim setup
# rtx setup
path_prepend "$HOME/.rtx/shims"
# ==============================================================================