diff --git a/scripts/machine-specific-zsh/armin.zsh b/scripts/machine-specific-zsh/armin.zsh index 2f76739..41f2a4e 100644 --- a/scripts/machine-specific-zsh/armin.zsh +++ b/scripts/machine-specific-zsh/armin.zsh @@ -24,8 +24,6 @@ source /Users/lizzy/.wasmer/wasmer.sh eval "$(zoxide init --cmd z zsh)" -# Add the following to your shell init to set up gpg-agent automatically for every shell -# Add the following to your shell init to set up gpg-agent automatically for every shell if [ -f ~/.gnupg/.gpg-agent-info ] && [ -n "$(pgrep gpg-agent)" ]; then source ~/.gnupg/.gpg-agent-info export GPG_AGENT_INFO @@ -37,3 +35,5 @@ if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" fi export GPG_TTY=$(tty) + +. "$HOME/.cargo/env"