1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00
dotfiles/scripts/tmuxs/list-sessions.sh

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