Fix tmux after macOS upgrade (#83)

This commit is contained in:
Patrick Stevens
2024-10-20 10:05:03 +01:00
committed by GitHub
parent 8e7abf90c2
commit fd1452cc8f
2 changed files with 19 additions and 18 deletions

View File

@@ -13,6 +13,7 @@
terminal = "screen-256color";
extraConfig = ''
set-option -sa terminal-features ',xterm-256color:RGB'
set -g default-command "exec ${pkgs.zsh}/bin/zsh"
'';
};
}