Anthony Debucquoy d5c4d917df
bin
2025-04-17 18:12:16 +02:00

9 lines
194 B
Bash
Executable File

#!/bin/sh
tmux ls -F \#S | grep disc && \
tmux attach -t disc \
|| \
tmux new-session -s disc 'scli --save-history' \; \
split-window -h -l 75% 'aerc' \; \
split-window -v 'weechat' \; \