This commit is contained in:
Anthony Debucquoy
2025-04-17 14:16:23 +02:00
committed by Anthony Debucquoy
parent 5adad59b39
commit d5c4d917df
3 changed files with 153 additions and 0 deletions

8
bin/.bin/disc Executable file
View File

@ -0,0 +1,8 @@
#!/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' \; \