Add ~/.cargo/bin to PATH
[khome.git] / home / .profile
index 9b45b68..2204beb 100644 (file)
@@ -6,3 +6,13 @@ for file in $HOME/lib/login_*.sh
 do
     . $file
 done
+
+umask 077
+
+if test ! "$SSH_AGENT_PID"
+then
+    eval "$(ssh-agent)"
+fi
+
+# https://rustup.rs/
+export PATH="$HOME/.cargo/bin:$PATH"
This page took 0.027933 seconds and 4 git commands to generate.