diff options
author | Robby Russell <robby@planetargon.com> | 2014-08-31 12:11:05 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-08-31 12:11:05 -0700 |
commit | 56d9acfbaf60868396f264e595c31a814eb275d7 (patch) | |
tree | 67ec34f76beca46ea9ea064527f9597e3384ff45 | |
parent | 99fde07b8fb9279d99f0134710ce22d77f11ebc7 (diff) | |
parent | eee7345f1f01df5f66151bc5bf34d8e2110224aa (diff) | |
download | zsh-56d9acfbaf60868396f264e595c31a814eb275d7.tar.gz zsh-56d9acfbaf60868396f264e595c31a814eb275d7.tar.bz2 zsh-56d9acfbaf60868396f264e595c31a814eb275d7.zip |
Merge pull request #3044 from alexshd/patch-1
Resets the font colour to original
-rw-r--r-- | themes/fino.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fino.zsh-theme b/themes/fino.zsh-theme index 35e6e02c1..411dec9b9 100644 --- a/themes/fino.zsh-theme +++ b/themes/fino.zsh-theme @@ -35,7 +35,7 @@ local prompt_char='$(prompt_char)' PROMPT="╭─%{$FG[040]%}%n%{$reset_color%} %{$FG[239]%}at%{$reset_color%} %{$FG[033]%}$(box_name)%{$reset_color%} %{$FG[239]%}in%{$reset_color%} %{$terminfo[bold]$FG[226]%}${current_dir}%{$reset_color%}${git_info} %{$FG[239]%}using%{$FG[243]%}${ruby_env} -╰─${prompt_char} " +╰─${prompt_char}%{$reset_color%} " ZSH_THEME_GIT_PROMPT_PREFIX=" %{$FG[239]%}on%{$reset_color%} %{$fg[255]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" |