feat: Updates CARGO_HOME shell variable and location.

This commit is contained in:
2025-09-17 08:55:49 -04:00
parent 802ea082c8
commit 6f11d99043
2 changed files with 4 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ path_prepend \
"$HOME/.local/bin" \
"$SCRIPTS" \
"$HOME/.local/pnpm" \
"$HOME/.cargo/bin"
"$CARGO_HOME/bin"
# last arg will be first in $FPATH
fpath_prepend \