Enable dynamic persistent colorscheme switching in Neovim using my new CLI tool colorsync

This commit is contained in:
Martin Larsson 2025-07-23 12:35:38 +02:00
parent baec2bb4a5
commit 8a9a3e2207
2 changed files with 26 additions and 2 deletions

View file

@ -27,7 +27,6 @@ set_custom_keybindings() {
init() {
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
[ -f ~/.local/state/colorsync/current ] && source ~/.local/state/colorsync/current
[ -f ~/.zshrc_local ] && source ~/.zshrc_local
eval "$(fzf --zsh)"
eval "$(zoxide init --cmd cd zsh)"