Add ~/.cargo/bin to PATH
[khome.git] / home / .profile
index e94e141..2204beb 100644 (file)
@@ -1,6 +1,18 @@
 . $HOME/lib/login_variables.private.sh  # Personal data variables
 
+unalias d  # Defined by oh-my-zsh, but I want it for dict/fzf function.
+
 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.020442 seconds and 4 git commands to generate.