diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-10-05 12:05:47 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-10-05 12:05:47 +0200 |
commit | fbb2b56c7ecd3c4873be805e004f70fa442e7c45 (patch) | |
tree | d15527b3b81e3b2f40e65966862a5b84cbde50ee /themes/fino.zsh-theme | |
parent | b4093819a801e9c982b61718af75a188f34bd2bd (diff) | |
download | zsh-fbb2b56c7ecd3c4873be805e004f70fa442e7c45.tar.gz zsh-fbb2b56c7ecd3c4873be805e004f70fa442e7c45.tar.bz2 zsh-fbb2b56c7ecd3c4873be805e004f70fa442e7c45.zip |
fino: stop bold with prompt sequence
Fixes weird bug when completing.
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 c5589f13a..2523c1776 100644 --- a/themes/fino.zsh-theme +++ b/themes/fino.zsh-theme @@ -29,7 +29,7 @@ local git_info='$(git_prompt_info)' local virtualenv_info='$(virtualenv_prompt_info)' local prompt_char='$(prompt_char)' -PROMPT="╭─${FG[040]}%n ${FG[239]}at ${FG[033]}$(box_name) ${FG[239]}in %B${FG[226]}%~%{$reset_color%}${git_info}${ruby_env}${virtualenv_info} +PROMPT="╭─${FG[040]}%n ${FG[239]}at ${FG[033]}$(box_name) ${FG[239]}in %B${FG[226]}%~%b${git_info}${ruby_env}${virtualenv_info} ╰─${prompt_char}%{$reset_color%} " ZSH_THEME_GIT_PROMPT_PREFIX=" ${FG[239]}on%{$reset_color%} ${FG[255]}" |