Revert breaking change to TMUX shell

This commit is contained in:
2024-10-13 19:55:33 +01:00
parent b0c4638265
commit 9f993c39b2

View File

@@ -533,7 +533,7 @@ in
plugins = with pkgs; [ tmuxPlugins.cpu ]; plugins = with pkgs; [ tmuxPlugins.cpu ];
prefix = "C-s"; prefix = "C-s";
terminal = "tmux-256color"; terminal = "tmux-256color";
shell = if isLinux then "${pkgs.zsh}/bin/zsh" else "/Users/${userName}/.nix-profile/bin/zsh"; shell = if isLinux then "${pkgs.zsh}/bin/zsh" else "/bin/zsh";
extraConfig = '' extraConfig = ''
bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'" bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'"