Tmux : Add SSH_TTY fix.
This commit is contained in:
parent
fe6f326b00
commit
be7edcf03a
|
@ -82,3 +82,6 @@ setw -g window-status-style 'fg=black bg=darkgray'
|
||||||
setw -g window-status-format ' #I#[fg=black]:#[fg=black]#W#[fg=black]#F '
|
setw -g window-status-format ' #I#[fg=black]:#[fg=black]#W#[fg=black]#F '
|
||||||
|
|
||||||
setw -g window-status-bell-style 'fg=black bg=white bold'
|
setw -g window-status-bell-style 'fg=black bg=white bold'
|
||||||
|
|
||||||
|
# SSH fixes.
|
||||||
|
set-option -g update-environment "SSH_CLIENT SSH_TTY"
|
||||||
|
|
Reference in a new issue