# HG changeset patch # User Mikael Berthe # Date 1550649590 -3600 # Node ID fc97d6cf8de48f4692039024811a7f5bb593baba # Parent 54b86a545f6c2a161f32f98243bf19140dbbf16f sss: tmux: display list of sessions if there are more than one diff -r 54b86a545f6c -r fc97d6cf8de4 zshrc.d/30-functions-tmux.zrc --- a/zshrc.d/30-functions-tmux.zrc Wed Oct 03 22:57:00 2018 +0200 +++ b/zshrc.d/30-functions-tmux.zrc Wed Feb 20 08:59:50 2019 +0100 @@ -42,6 +42,7 @@ elif (( n > 1 )); then # There are several usable tmux sessions, heh echo "There are several usable tmux sessions..." + $TMUXBIN list-session return fi fi