home
/
repos
/
zshmux.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894b8cd
)
Autoload single session
author
Huck Boles <huboles@protonmail.com>
Sun, 25 Sep 2022 17:29:39 +0000
(12:29 -0500)
committer
Huck Boles <huboles@protonmail.com>
Sun, 25 Sep 2022 17:29:39 +0000
(12:29 -0500)
zshmux.zsh
patch
|
blob
|
blame
|
history
diff --git
a/zshmux.zsh
b/zshmux.zsh
index 55adbe02443208ec7b7623123cb10ad7658973a4..e87c974b12e5fff6dbe32d25215e0e95384cc9d0 100644
(file)
--- a/
zshmux.zsh
+++ b/
zshmux.zsh
@@
-6,6
+6,7
@@
if [[ -z $TMUX ]]; then
if [[ $(tmux list-sessions -F"#{?session_attached,,x}" | grep "x" | wc -l) -eq 1 ]]; then
tmux attach-session -t $(tmux list-sessions -F"#S")
+ return
else
printf '\033[32;1mCurrent \033[33;1mtmux \033[32;1msessions\033[0m:\n'
tmux list-sessions -F"#S - (#{?session_attached,Attached,Not Attached})"