Remove multiple invocations of nvr in switch-theme
This commit is contained in:
parent
2aaf0d58c1
commit
7e53079246
|
@ -20,9 +20,7 @@ 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>"
|
||||
nvr --remote-send ":source ~/.config/nvim/init.vim <CR> :set nonumber <CR> :set norelativenumber <CR>"
|
||||
}
|
||||
|
||||
recolor_zathura() {
|
||||
|
|
Loading…
Reference in New Issue