add rust path

This commit is contained in:
Niccolo Borgioli 2023-03-21 19:15:41 +01:00
parent 73acecac9b
commit 0e2e39b5f0
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ set -gx PNPM_HOME "$HOME/Library/pnpm"
set -gx PATH "$PNPM_HOME" $PATH
# pnpm end
# Rust
set -gx PATH "$HOME/.cargo/bin" $PATH
# Node
if type -q fnm
fnm env --use-on-cd | source