From 8789d43b5d174dde1f71b36cce80769808996e2e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 2 May 2024 09:03:20 -0700 Subject: i dont know --- nix/profiles/home-manager/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/profiles/home-manager/shell.nix') diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index 936d34b..dfa7f7a 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -64,6 +64,7 @@ shell = { program = "${pkgs.fish}/bin/fish"; args = [ + "--login" "-c" "tmux attach -t base || tmux new -s base" ]; -- cgit 1.4.1