Update .oh-my-zsh/custom/themes/custom.zsh-theme

This commit is contained in:
Matthew Fisher 2024-09-04 20:35:27 -05:00
parent ab567adb6f
commit 83d3a759fd

View File

@ -1,4 +1,4 @@
PROMPT="%(?:%{$fg_bold[green]%}%1{➜%} :%{$fg_bold[red]%}%1{➜%} ) %{$fg[cyan]%}%c%{$reset_color%}"
PROMPT="%m%(?:%{$fg_bold[green]%}%1{➜%} :%{$fg_bold[red]%}%1{➜%} ) %{$fg[cyan]%}%c%{$reset_color%}"
PROMPT+=' $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"