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'