fix(tmux): inherit env variables from client
This commit is contained in:
parent
83d1ec948a
commit
87904359ea
@ -23,3 +23,6 @@ set -g default-terminal "xterm-256color"
|
||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||
|
||||
set -g default-command 'tmux rename-window -t 1 1; $SHELL'
|
||||
|
||||
set -ga update-environment 'DISPLAY'
|
||||
set -ga update-environment 'SSH_CLIENT'
|
||||
@ -4,7 +4,6 @@
|
||||
# misc
|
||||
set -g bell-action none
|
||||
set -g message-style 'fg=black bg=white bold'
|
||||
set -ga update-environment 'DISPLAY' # Maybe fix DISPLAY?
|
||||
|
||||
|
||||
# status style
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user