Fix invalid SHORT_HOST variable usage for ssh.zsh
This commit is contained in:
parent
afe5b5cdaf
commit
22dca4298f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
SSH_ENV_CACHE="$HOME/.ssh/environment-$SHORT_HOST"
|
SSH_ENV_CACHE="$HOME/.ssh/environment-$HOST"
|
||||||
|
|
||||||
function _start_agent() {
|
function _start_agent() {
|
||||||
if _check_ssh_agent_connectivity; then
|
if _check_ssh_agent_connectivity; then
|
||||||
|
|
Loading…
Reference in a new issue