Use catppucchin-mocha theme for syntax :)

This commit is contained in:
Danielle McLean 2023-11-22 16:12:28 +11:00
parent 75bd58169f
commit 7f00932ea3
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -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