.s/scripts/machine-specific-zsh/sakomoto.zsh
2024-09-01 21:09:09 -07:00

10 lines
201 B
Bash

eval "$(zoxide init --cmd z zsh)"
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi
export GPG_TTY=$(tty)
. /opt/asdf-vm/asdf.sh