Add Ubuntu pkg: mcron
[khome.git] / home / .profile
index eef9bca..6c07eaf 100644 (file)
@@ -1,6 +1,6 @@
 . $HOME/lib/login_variables.private.sh  # Personal data variables
 
-unalias d  # Defined by oh-my-zsh, but I want it for dict/fzf function.
+unalias d 2> /dev/null || true  # Defined by oh-my-zsh, but I want it for dict/fzf function.
 
 for file in $HOME/lib/login_*.sh
 do
@@ -13,3 +13,8 @@ if test ! "$SSH_AGENT_PID"
 then
     eval "$(ssh-agent)"
 fi
+
+# https://rustup.rs/
+export PATH="$HOME/.cargo/bin:$PATH"
+
+status
This page took 0.0302 seconds and 4 git commands to generate.