Fixed a bug in tmix function
This commit is contained in:
parent
989ea0c20e
commit
977e121b1f
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user