1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-15 13:50:58 +01:00

added abitily to show stash

This commit is contained in:
Jacob Olson
2024-03-06 13:48:12 -07:00
parent d41ca84af1
commit 9a41bbd51b
2 changed files with 19 additions and 2 deletions

View File

@@ -33,6 +33,9 @@ RPS1+=" ${FG[237]}%n@%m%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_PREFIX=" ${FG[075]}(${FG[078]}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="${FG[214]}*%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_STASH="${FG[214]}\$"
ZSH_THEME_GIT_RESET_COLOR="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_STASH_DIRTY="${FG[214]}*\$"
ZSH_THEME_GIT_PROMPT_SUFFIX="${FG[075]})%{$reset_color%}"
# hg settings