mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Always reload every terminal
So you can use it even if you mix and match
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
case "$TERMINAL" in
|
if [[ -f ~/.config/alacritty/alacritty.toml ]]; then
|
||||||
"alacritty") touch ~/.config/alacritty/alacritty.toml ;;
|
touch ~/.config/alacritty/alacritty.toml
|
||||||
"kitty") killall -SIGUSR1 kitty ;;
|
fi
|
||||||
"ghostty") killall -SIGUSR2 ghostty ;;
|
|
||||||
esac
|
killall -SIGUSR1 kitty
|
||||||
|
killall -SIGUSR2 ghostty
|
||||||
|
|||||||
Reference in New Issue
Block a user