From 1d9f9d17c520aad4d28a25d1d7385e40043926bc Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 27 May 2024 13:59:28 -0700 Subject: [PATCH] rustup --- scripts/machine-specific-zsh/armin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"