diff --git a/chezmoi/dot_zshrc.d/executable_ssh.zsh b/chezmoi/dot_zshrc.d/executable_ssh.zsh index 6065c13..13a43ab 100644 --- a/chezmoi/dot_zshrc.d/executable_ssh.zsh +++ b/chezmoi/dot_zshrc.d/executable_ssh.zsh @@ -1,4 +1,4 @@ -SSH_ENV_CACHE="$HOME/.ssh/environment-$SHORT_HOST" +SSH_ENV_CACHE="$HOME/.ssh/environment-$HOST" function _start_agent() { if _check_ssh_agent_connectivity; then