From 83d3a759fda0d9e778846a831f20a8db76257855 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 4 Sep 2024 20:35:27 -0500 Subject: [PATCH] Update .oh-my-zsh/custom/themes/custom.zsh-theme --- .oh-my-zsh/custom/themes/custom.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oh-my-zsh/custom/themes/custom.zsh-theme b/.oh-my-zsh/custom/themes/custom.zsh-theme index cfecfc8..be67e30 100644 --- a/.oh-my-zsh/custom/themes/custom.zsh-theme +++ b/.oh-my-zsh/custom/themes/custom.zsh-theme @@ -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]%}"