mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: update aliases, add some kitty specific
This commit is contained in:
parent
37847c2464
commit
997b201c39
2 changed files with 9 additions and 2 deletions
3
config/fish/functions/kitty_reload.fish
Normal file
3
config/fish/functions/kitty_reload.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function kitty_reload
|
||||
kill -SIGUSR1 (pidof kitty | awk '{ print $1 }')
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue