function kr --description "Reload kitty configuration" for pid in (pidof kitty | string split ' ') kill -SIGUSR1 $pid end end