From 250b215b06b051a2d8aa42cbf44ccf48484b2c0e Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 12 May 2025 08:52:47 +0200 Subject: [PATCH] chore(work): update session commands regarding session script modifications --- hosts/work/home-config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/work/home-config.nix b/hosts/work/home-config.nix index 70820e8..94033f8 100644 --- a/hosts/work/home-config.nix +++ b/hosts/work/home-config.nix @@ -22,8 +22,8 @@ tmux = { enable = true; extraConfig = '' - bind -n M-F9 run 'create-tmux-session -n quipu -p quipuapp "run:nvim ." project:quipu-infrastructure neww:quipu-infra project:sellsy hsplit:50 run:k9s project:charts neww:charts' - bind -n M-F8 run 'create-tmux-session -n verifactu -p verifactu "run:nvim ." project:verifactu-infrastructure neww:verifactu-infra project:sellsy hsplit:50 run:k9s project:charts neww:charts' + bind -n M-F9 run 'create-tmux-session -n quipu -r quipuapp "run:nvim ." repo:quipu-infrastructure neww:quipu-infra p:sellsy hsplit:50 run:k9s repo:charts neww:charts' + bind -n M-F8 run 'create-tmux-session -n verifactu -r verifactu "run:nvim ." repo:verifactu-infrastructure neww:verifactu-infra repo:sellsy hsplit:50 run:k9s repo:charts neww:charts' ''; };