From: Huck Boles Date: Sat, 6 Apr 2024 22:56:07 +0000 (-0700) Subject: fixed: failing if only one session not attached X-Git-Url: https://git.huck.website/?a=commitdiff_plain;ds=inline;p=zshmux.git fixed: failing if only one session not attached --- diff --git a/zshmux.sh b/zshmux.sh index b8041a0..4fe2bbe 100644 --- a/zshmux.sh +++ b/zshmux.sh @@ -9,7 +9,7 @@ # check if any sessions exit if [[ $(tmux list-sessions | wc -l) -ne 0 ]]; then if [[ $(tmux list-sessions -F"#{?session_attached,,x}" | grep -c "x" ) -eq 1 ]] && [[ -z $SSH_CLIENT ]]; then - tmux attach-session -t "$(tmux list-sessions -F"#{?session_attached,,#S}" )" + tmux attach-session -t "$(tmux list-sessions -F"#{?session_attached,,#S}" | xargs echo )" return else printf '\033[32;1mcurrent \033[33;1mtmux \033[32;1msessions\033[0m:\n'