summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-01-11 21:59:08 -0800
committerTyler Davis <tyler@gluecode.net>2024-01-11 21:59:08 -0800
commita4bb61a19639943ac701bffaf37c780c92c2da51 (patch)
treee87cc1297ab60d1664f9637927e8d411dca3cece /.profile
parente83d56cfafee9300916ef7cd0fe7e9ebef3ceedf (diff)
downloaddotfiles-a4bb61a19639943ac701bffaf37c780c92c2da51.tar.gz
dotfiles-a4bb61a19639943ac701bffaf37c780c92c2da51.zip
sh: source cargo env
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index bd893ab..68f79f6 100644
--- a/.profile
+++ b/.profile
@@ -102,6 +102,7 @@ fi
# == Rust Tools ==#
# Add Rust paths if present
if [ -f "$HOME/.cargo/env" ]; then
+ source $HOME/.cargo/env
export PATH=$HOME/.cargo/bin:$PATH
fi