mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(tmux): issue with not loading the default shell
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
set -g default-terminal "xterm"
|
||||
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-option -g default-shell /opt/homebrew/bin/fish
|
||||
|
||||
# Window settings
|
||||
set -g automatic-rename on
|
||||
|
||||
Reference in New Issue
Block a user