diff options
| author | Abhijeet Vashistha <abhivashistha5@gmail.com> | 2025-01-15 21:33:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-15 17:03:32 +0100 |
| commit | 028d65363230b4aa54f3aaa14e03237243a2f1d8 (patch) | |
| tree | 3a78b9d705a1c56df17cc899dd4e2238fe8da104 /themes/sonicradish.zsh-theme | |
| parent | 04cba220f7bd7b27483a5b346e2ca717f0341895 (diff) | |
| download | zsh-028d65363230b4aa54f3aaa14e03237243a2f1d8.tar.gz zsh-028d65363230b4aa54f3aaa14e03237243a2f1d8.tar.bz2 zsh-028d65363230b4aa54f3aaa14e03237243a2f1d8.zip | |
fix(sonicradish): reset color typo (#12912)
Diffstat (limited to 'themes/sonicradish.zsh-theme')
| -rw-r--r-- | themes/sonicradish.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/sonicradish.zsh-theme b/themes/sonicradish.zsh-theme index db6170969..11d66a27e 100644 --- a/themes/sonicradish.zsh-theme +++ b/themes/sonicradish.zsh-theme @@ -29,7 +29,7 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="%{$GIT_PROMPT_INFO%} :" ZSH_THEME_GIT_PROMPT_DIRTY=" %{$GIT_DIRTY_COLOR%}✘" ZSH_THEME_GIT_PROMPT_CLEAN=" %{$GIT_CLEAN_COLOR%}✔" -ZSH_THEME_GIT_PROMPT_ADDED="%{$FG[103]%}✚%{$rset_color%}" +ZSH_THEME_GIT_PROMPT_ADDED="%{$FG[103]%}✚%{$reset_color%}" ZSH_THEME_GIT_PROMPT_MODIFIED="%{$FG[103]%}✹%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DELETED="%{$FG[103]%}✖%{$reset_color%}" ZSH_THEME_GIT_PROMPT_RENAMED="%{$FG[103]%}➜%{$reset_color%}" |
