Add colorsync sourcing to zshrc

This commit is contained in:
Martin Larsson 2025-07-19 15:42:11 +02:00
parent 5f3cec6e5f
commit fb6de1388c

View file

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