Skip to content

Commit 32fc3d7

Browse files
committed
Added cargo/env to bash_profile
1 parent c458b53 commit 32fc3d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bash_profile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
if [ -f ~/.bashrc ]; then
22
source ~/.bashrc
33
fi
4+
5+
. "$HOME/.cargo/env"

0 commit comments

Comments
 (0)