rustup
This commit is contained in:
parent
902bcea33c
commit
1d9f9d17c5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user