mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
8 lines
179 B
Bash
Executable file
8 lines
179 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# if [[ ! -z $TMUX ]]; then
|
|
# tmux list-sessions -F '#{?session_attached,,#{session_name}}' | grep '\S'
|
|
# else
|
|
tmux list-sessions -F '#{session_name}'
|
|
# fi
|
|
|