update tmux env
This commit is contained in:
parent
0877dc04bb
commit
ccc5d64443
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g update-environment 'DISPLAY TERM SWAYSOCK WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE'
|
set -g update-environment 'TERM DISPLAY WAYLAND_DISPLAY SWAYSOCK HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP'
|
||||||
if "[[ ''${TERM} =~ 256color || ''${TERM} == xterm-kitty || ''${TERM} == fbterm ]]" 'set -g default-terminal tmux-256color'
|
if "[[ ''${TERM} =~ 256color || ''${TERM} == xterm-kitty || ''${TERM} == fbterm ]]" 'set -g default-terminal tmux-256color'
|
||||||
set -g allow-rename on
|
set -g allow-rename on
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
|
|
Loading…
Reference in a new issue