From 5f51f189cd19c97389b3d26e5b9ae4df1691bbcd Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 20 Oct 2025 14:28:48 +0530 Subject: pywal: load terminal colors from shell, rather than loading foot config --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b810854..3cf59dc 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -69,3 +69,6 @@ bindkey '^R' history-incremental-pattern-search-backward #loeading syntax highlighter and autosgguestions plugin. should be last. source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh + +# Load pywal colors +(cat ~/.cache/wal/sequences &) -- cgit v1.2.3