mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
fix(sunset|sunrise): also apply to vim and vi aliases
This commit is contained in:
parent
5a10ec49a8
commit
eab51deeff
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ echo "include themes/rose-pine-dawn.conf" >$HOME/.config/kitty/theme.conf
|
||||||
kill -SIGUSR1 $(pidof kitty)
|
kill -SIGUSR1 $(pidof kitty)
|
||||||
|
|
||||||
# Neovim
|
# Neovim
|
||||||
kill -SIGUSR1 $(pidof nvim)
|
kill -SIGUSR1 $(pidof nvim) $(pidof vim) $(pidof vi)
|
||||||
|
|
||||||
# Bat
|
# Bat
|
||||||
sed -i "s/--theme=.*/--theme=OneHalfLight/g" ${CONFIG_DIR}/bat/config
|
sed -i "s/--theme=.*/--theme=OneHalfLight/g" ${CONFIG_DIR}/bat/config
|
||||||
|
|
|
@ -6,7 +6,7 @@ echo "include themes/rose-pine-moon.conf" >$HOME/.config/kitty/theme.conf
|
||||||
kill -SIGUSR1 $(pidof kitty)
|
kill -SIGUSR1 $(pidof kitty)
|
||||||
|
|
||||||
# Neovim
|
# Neovim
|
||||||
kill -SIGUSR1 $(pidof nvim)
|
kill -SIGUSR1 $(pidof nvim) $(pidof vim) $(pidof vi)
|
||||||
|
|
||||||
# Bat
|
# Bat
|
||||||
sed -i "s/--theme=.*/--theme=OneHalfDark/g" ${CONFIG_DIR}/bat/config
|
sed -i "s/--theme=.*/--theme=OneHalfDark/g" ${CONFIG_DIR}/bat/config
|
||||||
|
|
Loading…
Reference in a new issue