Reload nvim in switch-theme
This commit is contained in:
parent
857e154ece
commit
37a26b83d3
|
@ -20,6 +20,9 @@ change_theme() {
|
|||
sed -i "s/iceberg_$1/iceberg_$2/" ~/.config/zathura/zathurarc
|
||||
kitty +kitten themes --reload-in=all "Iceberg $(capitalize "$2")"
|
||||
tmux source-file ~/.tmux.conf
|
||||
nvr --remote-send ":source ~/.config/nvim/init.vim <CR>"
|
||||
nvr --remote-send ":set nonumber <CR>"
|
||||
nvr --remote-send ":set norelativenumber <CR>"
|
||||
}
|
||||
|
||||
recolor_zathura() {
|
||||
|
|
Loading…
Reference in New Issue