From 0ab2c3992e6509196bad6bc22915a6eb0c5b689d Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 13 Oct 2024 19:55:33 +0100 Subject: [PATCH] Revert breaking change to TMUX shell --- nix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index b8146c7f..53a38f51 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -533,7 +533,7 @@ in plugins = with pkgs; [ tmuxPlugins.cpu ]; prefix = "C-s"; 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 = '' bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'"