Initial commit

This commit is contained in:
2025-06-05 13:35:52 +08:00
commit 9a8e04f76c
5 changed files with 607 additions and 0 deletions

8
myrr.zsh-theme Normal file
View File

@ -0,0 +1,8 @@
local ret_status="%(?:%{$reset_color%}:%{$fg_bold[red]%})"
PROMPT='%{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold[cyan]%}%~$(git_prompt_info)${ret_status}$%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$reset_color%}[%{$fg_bold[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}] "
#ZSH_THEME_GIT_PROMPT_SUFFIX="%(?:%{$reset_color%}] :%{$reset_color%}])"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}DIRTY"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg_bold[green]%}CLEAN"