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