Prise en charge du nouveau screen
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
if [ "x$SSH_CLIENT" != "x" ]; then
|
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"
|
SOCK="$HOME/.zsh/ssh_auth_sock"
|
||||||
if [ ! -z "$SSH_AUTH_SOCK" -a "$SSH_AUTH_SOCK" != "$SOCK" ]; then
|
if [ ! -z "$SSH_AUTH_SOCK" -a "$SSH_AUTH_SOCK" != "$SOCK" ]; then
|
||||||
rm -f "$SOCK"
|
rm -f "$SOCK"
|
||||||
|
|||||||
Reference in New Issue
Block a user