fix s()
This commit is contained in:
parent
26dc3ddfab
commit
88a6e0da15
1 changed files with 1 additions and 1 deletions
2
zshrc
2
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'
|
||||
|
|
Loading…
Reference in a new issue