From 7f00932ea34bc36c295dac2ee0b7de360e64a433 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 22 Nov 2023 16:12:28 +1100 Subject: [PATCH] Use catppucchin-mocha theme for syntax :) --- dot-config/zsh/zimrc.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot-config/zsh/zimrc.zsh b/dot-config/zsh/zimrc.zsh index b32edd4..4234941 100644 --- a/dot-config/zsh/zimrc.zsh +++ b/dot-config/zsh/zimrc.zsh @@ -53,5 +53,7 @@ zeval-if-installed zoxide 'zoxide init zsh' # Fish-style syntax highlighting as you type, making the Zsh experience much more friendly! zmodule zdharma-continuum/fast-syntax-highlighting +# Hacks! The fast-theme function provides its own caching, so we only want to call it when the theme actually updates. +zmodule catppuccin/zsh-fsh --name 'catppuccin-for-fsh' --on-pull 'echo "fast-theme $PWD/themes/catppuccin-mocha.ini && echo >! $PWD/init.zsh" >! init.zsh' unfunction zeval zeval-if-installed