Add ~/.cargo/bin to PATH
[khome.git] / home / .profile
index eef9bca..2204beb 100644 (file)
@@ -13,3 +13,6 @@ if test ! "$SSH_AGENT_PID"
 then
     eval "$(ssh-agent)"
 fi
+
+# https://rustup.rs/
+export PATH="$HOME/.cargo/bin:$PATH"
This page took 0.027275 seconds and 4 git commands to generate.