Browse Source

TERM workaround for ssh

umatrix-rules
siinus 4 years ago
parent
commit
600ea22a1d
  1. 2
      zsh/.zshrc

2
zsh/.zshrc

@ -26,3 +26,5 @@ export LESS_TERMCAP_se=$'\E[0m' # reset reverse video @@ -26,3 +26,5 @@ export LESS_TERMCAP_se=$'\E[0m' # reset reverse video
export LESS_TERMCAP_us=$'\E[1;32m' # begin underline
export LESS_TERMCAP_ue=$'\E[0m' # reset underline
alias ssh='TERM=xterm ssh'

Loading…
Cancel
Save