mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
3 lines
77 B
Fish
3 lines
77 B
Fish
function kitty_reload
|
|
kill -SIGUSR1 (pidof kitty | awk '{ print $1 }')
|
|
end
|