From 53b11c42211030e7b198b8152ca2f6ed118e1ad6 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 23 Dec 2023 14:20:13 +0100 Subject: [PATCH] fish: force k.fish to use default session --- config/fish/functions/k.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fish/functions/k.fish b/config/fish/functions/k.fish index ad41f0dd..43df3ff3 100644 --- a/config/fish/functions/k.fish +++ b/config/fish/functions/k.fish @@ -1,3 +1,3 @@ function k --wraps='kks edit' --wraps='kcr attach' --wraps='kcr edit' --description 'alias k=kcr edit' - kcr edit $argv; + kcr -s default edit $argv; end -- 2.51.2