diff --git a/zsh/.zshrc b/zsh/.zshrc index 6f4efaf..a20bc67 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -27,6 +27,7 @@ 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)"