aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-10-20 14:28:48 +0530
committerkrolxon <krolyxon@tutanota.com>2025-10-20 14:28:48 +0530
commit5f51f189cd19c97389b3d26e5b9ae4df1691bbcd (patch)
treef69e57799a795396ea058cbc1b52fd45be0887d8 /.config/zsh
parent9b32623b0b0d4af029fba1616fbc735e06f32fd7 (diff)
pywal: load terminal colors from shell, rather than loading foot config
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
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 &)