X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.profile;h=2204beb7c5cfa319d6e8c555b07ed86067344faf;hb=5ddd0980d506e9bb6ce1fe19932deeb52a17a079;hp=e94e141061909db2054949f7824764a95a3fc9ac;hpb=a68d5744f8758fc77c34c612edac06dbc0bea129;p=khome.git diff --git a/home/.profile b/home/.profile index e94e141..2204beb 100644 --- a/home/.profile +++ b/home/.profile @@ -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"