diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-08-03 11:50:50 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-08-03 12:28:17 +0100 |
commit | 227d950969808961b95582e8e7e98f7bde0114aa (patch) | |
tree | 8f2d6c75e72906e21dd64af62915b6a3d471d293 /misc | |
parent | c83f056066931dac51d02630cf5056842041db46 (diff) | |
download | infra-227d950969808961b95582e8e7e98f7bde0114aa.tar.gz infra-227d950969808961b95582e8e7e98f7bde0114aa.tar.bz2 infra-227d950969808961b95582e8e7e98f7bde0114aa.zip |
Move screen configuration to screenrc role
Diffstat (limited to 'misc')
-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 %} |