diff options
author | rogarb <69053978+rogarb@users.noreply.github.com> | 2023-05-24 12:32:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 14:32:26 +0200 |
commit | ec369bb38e873fa2e8954bc45bc192fdb0051313 (patch) | |
tree | d7d6cde17dea817c1ef702dda918fe8fd7be3448 /themes | |
parent | 1bbe4d8d2431b5ac06d7402b570431884786db58 (diff) | |
download | zsh-ec369bb38e873fa2e8954bc45bc192fdb0051313.tar.gz zsh-ec369bb38e873fa2e8954bc45bc192fdb0051313.tar.bz2 zsh-ec369bb38e873fa2e8954bc45bc192fdb0051313.zip |
fix(bureau): properly display git stash info (#11711)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bureau.zsh-theme | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/bureau.zsh-theme b/themes/bureau.zsh-theme index 9943a0c8c..e87a594cd 100644 --- a/themes/bureau.zsh-theme +++ b/themes/bureau.zsh-theme @@ -15,6 +15,7 @@ ZSH_THEME_GIT_PROMPT_BEHIND="%{$fg[magenta]%}▾%{$reset_color%}" ZSH_THEME_GIT_PROMPT_STAGED="%{$fg_bold[green]%}●%{$reset_color%}" ZSH_THEME_GIT_PROMPT_UNSTAGED="%{$fg_bold[yellow]%}●%{$reset_color%}" ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg_bold[red]%}●%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_STASHED="(%{$fg_bold[blue]%}✹%{$reset_color%})" bureau_git_info () { local ref |