X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.profile;h=3c0745e2d822017fa9101214bfa1c09b49982334;hb=70879af803eada52fc75e18e9e27b094ffa2a7c2;hp=2204beb7c5cfa319d6e8c555b07ed86067344faf;hpb=922745e802b1f13d250ed01bc2d15adf4f0088ee;p=khome.git diff --git a/home/.profile b/home/.profile index 2204beb..3c0745e 100644 --- a/home/.profile +++ b/home/.profile @@ -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 @@ -14,5 +14,4 @@ then eval "$(ssh-agent)" fi -# https://rustup.rs/ -export PATH="$HOME/.cargo/bin:$PATH" +status