Skip to content

Commit

Permalink
bash: source .cargo/env
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfb committed Mar 25, 2024
1 parent 30a5bd8 commit 7376c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bash/profile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ fi

eval "$(ssh-agent -s)"

export PATH="$HOME/.cargo/bin:$PATH"
. "$HOME/.cargo/env"
1 change: 1 addition & 0 deletions bash/rc
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,4 @@ fi
if [ -f ~/.bashrc-uber ]; then
. ~/.bashrc-uber
fi
. "$HOME/.cargo/env"

0 comments on commit 7376c81

Please sign in to comment.