Enable dynamic persistent colorscheme switching in Neovim using my new CLI tool colorsync
This commit is contained in:
parent
baec2bb4a5
commit
8a9a3e2207
2 changed files with 26 additions and 2 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue