Update 3den.zsh-themes

This commit is contained in:
nickiegang 2024-03-31 19:54:59 -06:00 committed by GitHub
commit 178c2336ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
PROMPT=$'%{$fg[white]%}$(ruby_prompt_info) %{$fg_bold[cyan]%}%~%{$reset_color%}$(git_prompt_info) %{$fg[cyan]%}%D{[%I:%M:%S]}\
%{$fg_bold[green]%}%n$%{$reset_color%} '
PROMPT=$'%{$fg[]%}$(ruby_prompt_info) %{$fg_bold[]%}%~%{$reset_%}$(git_prompt_info) %{$fg[]%}%D{[]}\
%{$fg_bold[]%}%n$%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="*"
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_%}"
ZSH_THEME_GIT_PROMPT_DIRTY=""
ZSH_THEME_GIT_PROMPT_CLEAN=""