From c96eedf94f7102ec3484d4fcd0050e9c66e87a08 Mon Sep 17 00:00:00 2001 From: Sasha MOREL Date: Mon, 26 Aug 2019 14:35:56 +0200 Subject: [PATCH] Prise en charge du nouveau screen --- rc/auto_screen.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/auto_screen.rc b/rc/auto_screen.rc index 6280bd8..26935fd 100644 --- a/rc/auto_screen.rc +++ b/rc/auto_screen.rc @@ -1,5 +1,5 @@ if [ "x$SSH_CLIENT" != "x" ]; then - if [ "$TERM" != "screen" ]; then + if [ "$TERM" != "screen" -a "$TERM" != "screen.xterm-256color" ]; then SOCK="$HOME/.zsh/ssh_auth_sock" if [ ! -z "$SSH_AUTH_SOCK" -a "$SSH_AUTH_SOCK" != "$SOCK" ]; then rm -f "$SOCK"