Fix invalid SHORT_HOST variable usage for ssh.zsh

This commit is contained in:
Tony Blyler 2022-05-10 09:53:30 -04:00
parent afe5b5cdaf
commit 22dca4298f

View file

@ -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