Update catppuccin.zsh-theme
This commit is contained in:
@@ -9,16 +9,18 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
PROMPT="%(?:%F{${catppuccin_green}}%1{➜%} :%F{${catppuccin_red}}%1{➜%} )"
|
PROMPT="%(?:%F{${catppuccin_green}}%1{CloudHost.es ➜%} :%F{${catppuccin_red}}%1{➜%} )"
|
||||||
if [ "$CATPPUCCIN_SHOW_TIME" = true ];
|
if [ "$CATPPUCCIN_SHOW_TIME" = true ];
|
||||||
then
|
then
|
||||||
PROMPT+="%F{${catppuccin_mauve}}%T% "
|
PROMPT+="%F{${catppuccin_mauve}}%T% - %w "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PROMPT+="%F{${catppuccin_pink}}%n% "
|
PROMPT+="%F{${catppuccin_pink}}%n% @ "
|
||||||
PROMPT+="%F{${catppuccin_blue}}%c%{$reset_color%}"
|
PROMPT+="%F{${catppuccin_teal}}%m% "
|
||||||
|
PROMPT+="%F{${catppuccin_blue}}%c%{$reset_color%} "
|
||||||
PROMPT+=' $(git_prompt_info)'
|
PROMPT+=' $(git_prompt_info)'
|
||||||
|
|
||||||
|
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX="%F{${catppuccin_teal}}("
|
ZSH_THEME_GIT_PROMPT_PREFIX="%F{${catppuccin_teal}}("
|
||||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
|
||||||
ZSH_THEME_GIT_PROMPT_DIRTY="%F{${catppuccin_teal}}) %F{${catppuccin_yellow}}%1{✗%}"
|
ZSH_THEME_GIT_PROMPT_DIRTY="%F{${catppuccin_teal}}) %F{${catppuccin_yellow}}%1{✗%}"
|
||||||
|
|||||||
Reference in New Issue
Block a user