From 3a1426e277cc5f5c5525844e06a71cbf30cc7d4e Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Sat, 30 Dec 2023 15:31:02 +0300 Subject: [PATCH] fix(tmux) : be able to repoen sessions --- modules/console.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/console.nix b/modules/console.nix index c2422d5..03ceea6 100644 --- a/modules/console.nix +++ b/modules/console.nix @@ -32,7 +32,7 @@ enable = true; autosuggestions.enable = true; shellAliases = { - tmux = "tmux -f ~/.config/tmux/tmux.conf"; + tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new"; ls = "lsd --hyperlink=auto"; icat = "kitty +kitten icat"; nixedit = "vi /etc/nixos";