diff options
Diffstat (limited to 'misc/dotfiles/screenrc.j2')
-rw-r--r-- | misc/dotfiles/screenrc.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dotfiles/screenrc.j2 b/misc/dotfiles/screenrc.j2 index 02cfcf6..cc15679 100644 --- a/misc/dotfiles/screenrc.j2 +++ b/misc/dotfiles/screenrc.j2 @@ -40,7 +40,7 @@ attrcolor b ".I" # current background color. defbce "on" -{% if jumphost %} +{% if screenrc_jumphost %} # Make ssh-agent forwarding work with screen. setenv SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock {% endif %} |