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