Skip to content

Commit

Permalink
add rustup to path
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Oct 14, 2024
1 parent 2bbbbfa commit 1fa8aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
# Cargo
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="/opt/homebrew/opt/rustup/bin:$PATH"
# Golang's Trash
export GOPATH="$HOME/.go"
Expand Down

0 comments on commit 1fa8aa0

Please sign in to comment.