fix(tmux): issue with not loading the default shell

This commit is contained in:
Stefan Imhoff
2025-02-01 13:59:15 +01:00
parent acc65579cd
commit 962964a54c

View File

@@ -4,6 +4,7 @@
set -g default-terminal "xterm" set -g default-terminal "xterm"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
set-option -g default-shell /opt/homebrew/bin/fish
# Window settings # Window settings
set -g automatic-rename on set -g automatic-rename on