diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" ]; |