From 911cd2dbe142cafd710eac7f35daae9980cea5e7 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 13 Oct 2024 19:15:35 +0100 Subject: [PATCH] Fix tmux crash by reverting change --- nix/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index d5e243de..782a1fe9 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -568,7 +568,6 @@ in set -g @cpu_high_fg_color "#[fg=#FF0000]" set -g @ram_high_fg_color "#[fg=#FF0000]" run-shell ${pkgs.tmuxPlugins.cpu}/share/tmux-plugins/cpu/cpu.tmux - set-option -g default-command "reattach-to-user-namespace -l zsh" ''; };