fix(tmux): inherit env variables from client

This commit is contained in:
thek4n 2024-04-16 14:27:02 +03:00
parent 83d1ec948a
commit 87904359ea
2 changed files with 4 additions and 2 deletions

View File

@ -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'

View File

@ -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