From fb6de1388cf0b44854e8b4020a7485179d0cfc64 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 19 Jul 2025 15:42:11 +0200 Subject: [PATCH] Add colorsync sourcing to zshrc --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) 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)"