The variable `TERM_PROGRAM` isn't being taken to the root when you change to superuser via `su - root`, even if it is set on the client: ``` SendEnv TERM_* ``` And on the server: ``` AcceptEnv TERM_* ``` As this only works for the user the session is initiated with and not for root, I suggest to remove the `$TERM_PROGRAM` condition (as oh-my-zsh does). see https://github.com/sorin-ionescu/prezto/issues/1071pull/1073/head
parent
7227c4f0be
commit
287a48647c
Loading…
Reference in new issue