some changes

This commit is contained in:
pika 2024-05-22 20:41:05 +02:00
parent c69bcb8aa6
commit 58176f241e

View file

@ -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