From 58176f241e47ac4756a1c0f2e4d071dc4a13bd94 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 22 May 2024 20:41:05 +0200 Subject: [PATCH] some changes --- functions/tmux.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/tmux.fish b/functions/tmux.fish index 72c7371..ae3155c 100644 --- a/functions/tmux.fish +++ b/functions/tmux.fish @@ -5,6 +5,8 @@ command tmux list-sessions 2>&1 case '0' tmux a case '*' + echo "-- there are no tmux sessions | creating one now.. " + sleep 0.7 tmux end end