From 22dca4298fd1cb56bf4fe5644f059c52a8cd3ee7 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Tue, 10 May 2022 09:53:30 -0400 Subject: [PATCH] Fix invalid SHORT_HOST variable usage for ssh.zsh --- chezmoi/dot_zshrc.d/executable_ssh.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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