Skip to content

Commit

Permalink
feat: add rust binary folder to path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Aug 29, 2024
1 parent b1b2fe7 commit 66d9646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ export PATH="$PATH:$(asdf where python)/bin"
# golang bin
export PATH="$PATH:$(asdf where golang)/packages/bin"

# rust bin
export PATH="$PATH:$(asdf where rust)/bin"

# dotnet bin
export PATH="$PATH:$(asdf where dotnet-core)"

Expand Down

0 comments on commit 66d9646

Please sign in to comment.