Update tmux_windownizer
This commit is contained in:
parent
663841d568
commit
fe49f0dedf
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ target="$session_name:$clean_name"
|
|||
|
||||
# Start tmux server if not already running
|
||||
if [ -z "$(tmux list-sessions 2>/dev/null)" ]; then
|
||||
sleep 1
|
||||
tmux new-session -d -s "$session_name"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue