fix(zsh): Enable ssh-agent by default
This commit is contained in:
parent
7828b3b1da
commit
fa0c87b4bc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user