Files
dotfiles/bin/.bin/disc
T
Anthony Debucquoy 8c1fe28feb bin
2026-09-10 13:38:08 +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' \; \