diff options
author | Alex Shadrin <alex@shdlabs.com> | 2014-08-20 13:57:28 +0300 |
---|---|---|
committer | Alex Shadrin <alex@shdlabs.com> | 2014-08-20 13:57:28 +0300 |
commit | eee7345f1f01df5f66151bc5bf34d8e2110224aa (patch) | |
tree | f8992735a95f9251d13d315013f929d3d110e607 /themes/fino.zsh-theme | |
parent | 1b7a3ea99a8b566510ab7881063148c43be6b98d (diff) | |
download | zsh-eee7345f1f01df5f66151bc5bf34d8e2110224aa.tar.gz zsh-eee7345f1f01df5f66151bc5bf34d8e2110224aa.tar.bz2 zsh-eee7345f1f01df5f66151bc5bf34d8e2110224aa.zip |
Resets the font colour to original
Diffstat (limited to 'themes/fino.zsh-theme')
-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%}" |