Skip to content

Commit

Permalink
xdg: set CARGO_INSTALL_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 7, 2024
1 parent f14847d commit 8d90986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/fish/conf.d/__xdg.fish
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set -gx HOMEBREW_LOGS $XDG_CACHE_HOME/brew/logs
# code: https://github.com/microsoft/vscode/issues/3884

# deno
set -gx DENO_INSTALL_ROOT $XDG_BIN_HOME/..
set -gx DENO_INSTALL_ROOT ~/.local

# go
set -gx GOBIN $XDG_BIN_HOME
Expand Down Expand Up @@ -77,6 +77,7 @@ set -gx GEM_SPEC_CACHE $XDG_CACHE_HOME/gem

# rust
set -gx CARGO_HOME $XDG_DATA_HOME/cargo
set -gx CARGO_INSTALL_ROOT ~/.local
set -gx RUSTUP_HOME $XDG_DATA_HOME/rustup
set -p XDG_BIN_DIRS $CARGO_HOME/bin

Expand Down

0 comments on commit 8d90986

Please sign in to comment.