From 24563a3b5fe3441c1e8d556febe4716ba2da9ed0 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 13 Apr 2026 22:25:18 +0200 Subject: [PATCH] bash: update zellij shortcut --- files/shell/.shellrc.alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/shell/.shellrc.alias b/files/shell/.shellrc.alias index a4646b6..16b7a2e 100644 --- a/files/shell/.shellrc.alias +++ b/files/shell/.shellrc.alias @@ -41,7 +41,7 @@ t() { tmux new-session -A -s ${1:-tmux} } z() { - zellij attach ${1:-dev} 2> /dev/null || zellij -s ${1:-dev} + zellij attach ${1:-$HOST} 2> /dev/null || zellij -s ${1:-$HOST} } # password hash (sed needed when using in docker-compose)