dotfiles/bin/run-zellij-from-helix

9 lines
158 B
Plaintext
Raw Normal View History

#!/bin/bash
zellij r --name run --close-on-exit --direction down -- ~/.config/bin/run-from-helix
for x in {1..3}
do
2023-10-11 14:37:11 -04:00
zellij action resize decrease up
done