Skip to content

Commit

Permalink
Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Nov 28, 2023
1 parent 6997db7 commit 562e492
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ if [[ -d "$HOME/.pyenv" ]]; then
eval "$(pyenv init --path)"
echo "Loaded pyenv via $PYENV_ROOT"
fi

if [[ -d "$HOME/.cargo" ]]; then
. "$HOME/.cargo/env"
echo "Loaded cargo via $HOME/.cargo"
fi

0 comments on commit 562e492

Please sign in to comment.