Compare commits

..

5 Commits

Author SHA1 Message Date
Jacob M Olson 0852f0218b
Merge 489ead1c25 into 6e7ac0544e 2025-02-20 06:26:55 +01:00
Jacob Olson 489ead1c25 mend 2024-03-06 14:07:52 -07:00
Jacob Olson 80d1f26501 mend 2024-03-06 14:06:53 -07:00
Jacob Olson 7e9fa1a5f8 I dont know why these changes were showing up. but I reverted them 2024-03-06 14:05:02 -07:00
Jacob Olson 594ad21b32 enabled showing number of stashes for themes 2024-03-06 13:54:44 -07:00
1 changed files with 2 additions and 2 deletions

View File

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