fish: Add an alias to reload kitty configuration
This commit is contained in:
parent
5a6981e6f7
commit
64358a0170
1 changed files with 5 additions and 0 deletions
5
fish/.config/fish/functions/kr.fish
Normal file
5
fish/.config/fish/functions/kr.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
function kr --description "Reload kitty configuration"
|
||||
for pid in (pidof kitty | string split ' ')
|
||||
kill -SIGUSR1 $pid
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue