fix(zsh): Enable ssh-agent by default

This commit is contained in:
Olaf Alexander 2024-11-21 05:42:02 -06:00
parent 7828b3b1da
commit fa0c87b4bc

View File

@ -9,3 +9,6 @@ export VISUAL="nvim"
# zsh config
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
# Enable ssh-agent
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"