From 977e121b1f31dab71df7f4da38901e316abc9f92 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sat, 4 Jul 2020 09:22:37 +0200 Subject: [PATCH] Fixed a bug in tmix function --- .zsh/functions/tmix | 1 - 1 file changed, 1 deletion(-) diff --git a/.zsh/functions/tmix b/.zsh/functions/tmix index e377f66..fdbd601 100644 --- a/.zsh/functions/tmix +++ b/.zsh/functions/tmix @@ -12,7 +12,6 @@ function tmix () { # display usage if no parameters given echo "Usage: tmix" echo "No servers configured. define them as TMIX_SERVERS=\" \" e.g. in ${ZDOTDIR}/lib/30-extras.zsh" - exit else echo "Creating tmux session $SESSION" tmux new-session -d -s "${SESSION}"