Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
fbb2b56c
Commit
fbb2b56c
authored
Oct 05, 2020
by
Marc Cornellà
Browse files
fino: stop bold with prompt sequence
Fixes weird bug when completing.
parent
b4093819
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/fino.zsh-theme
View file @
fbb2b56c
...
@@ -29,7 +29,7 @@ local git_info='$(git_prompt_info)'
...
@@ -29,7 +29,7 @@ local git_info='$(git_prompt_info)'
local virtualenv_info='$(virtualenv_prompt_info)'
local virtualenv_info='$(virtualenv_prompt_info)'
local prompt_char='$(prompt_char)'
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%} "
╰─${prompt_char}%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_PREFIX=" ${FG[239]}on%{$reset_color%} ${FG[255]}"
ZSH_THEME_GIT_PROMPT_PREFIX=" ${FG[239]}on%{$reset_color%} ${FG[255]}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment