diff options
author | Yauhen <jsirex@gmail.com> | 2020-06-03 18:40:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 17:40:05 +0200 |
commit | 5d1cdb22c118b99c342979af58129bd7e4c949c5 (patch) | |
tree | f8aacc6cbc362caad767657feec2c9b2561e3a19 | |
parent | c58572d5fe51b3ba09801837b6eee2cb6f0bf913 (diff) | |
download | zsh-5d1cdb22c118b99c342979af58129bd7e4c949c5.tar.gz zsh-5d1cdb22c118b99c342979af58129bd7e4c949c5.tar.bz2 zsh-5d1cdb22c118b99c342979af58129bd7e4c949c5.zip |
fino-time: fix virtualenv prompt by escaping dollar sign (#8991)
-rw-r--r-- | themes/fino-time.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fino-time.zsh-theme b/themes/fino-time.zsh-theme index d89e25215..57c47db02 100644 --- a/themes/fino-time.zsh-theme +++ b/themes/fino-time.zsh-theme @@ -26,7 +26,7 @@ function box_name { 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]%}%~%{$reset_color%}\$(git_prompt_info)\$(ruby_prompt_info) %D - %* -╰─$(virtualenv_info)$(prompt_char) " +╰─\$(virtualenv_info)\$(prompt_char) " ZSH_THEME_GIT_PROMPT_PREFIX=" %{$FG[239]%}on%{$reset_color%} %{$fg[255]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" |