🌈 Change tmux status bar color to blue

To help differentiate between environments
(shpod now defaults to red)
This commit is contained in:
Jérôme Petazzoni
2022-11-01 11:44:32 +01:00
parent c86474a539
commit 316f5b8fd8

View File

@@ -131,6 +131,8 @@ set nowrap
SQRL
pssh -I "sudo -u $USER_LOGIN tee /home/$USER_LOGIN/.tmux.conf" <<SQRL
set -g status-style bg=blue
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U