Fixed a bug in tmix function

This commit is contained in:
Christian Baer 2020-07-04 09:22:37 +02:00
parent 989ea0c20e
commit 977e121b1f

View File

@ -12,7 +12,6 @@ function tmix () {
# display usage if no parameters given
echo "Usage: tmix"
echo "No servers configured. define them as TMIX_SERVERS=\"<SERVER> <SERVER> <SERVER>\" e.g. in ${ZDOTDIR}/lib/30-extras.zsh"
exit
else
echo "Creating tmux session $SESSION"
tmux new-session -d -s "${SESSION}"