From 1d29fd82317140c435ae722d31046d8fcfb0ae9d Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 12 Aug 2025 14:45:55 +0200 Subject: [PATCH] [zsh] use catppuccin --- zshrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index f278126..0904323 100644 --- a/zshrc +++ b/zshrc @@ -9,9 +9,9 @@ if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then source /usr/share/zsh/manjaro-zsh-config fi # Use manjaro zsh prompt -if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then - source /usr/share/zsh/manjaro-zsh-prompt -fi +#if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then +# source /usr/share/zsh/manjaro-zsh-prompt +#fi PATH=$HOME/.local/bin:$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH EDITOR=nvim @@ -22,5 +22,8 @@ if [[ -e $HOME/.config/zsh/autocomplete_zeit ]]; then source $HOME/.config/zsh/autocomplete_zeit fi +source ~/.zsh/catppuccin_latte-zsh-syntax-highlighting.zsh +# source ~/.zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh + set -o vi bindkey '^R' history-incremental-search-backward