bin
This commit is contained in:
8
bin/.bin/disc
Executable file
8
bin/.bin/disc
Executable 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' \; \
|
Reference in New Issue
Block a user