From 88a6e0da1588f9985b4ecd56dd805345a7f0f38a Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 6 Jul 2018 19:29:48 +0300 Subject: [PATCH] fix s() --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 5c27ac0..4b280b9 100644 --- a/zshrc +++ b/zshrc @@ -210,7 +210,7 @@ greset() { # ssh-compat, when terminfo is missing s() { local ssh=$(whence ssh) - local terms=( + local -A terms=( 'rxvt-unicode-256color' 'rxvt-unicode' 'st-256color' 'xterm-256color' 'tmux-256color' 'screen-256color'