mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Fix right prompt colour when $fish_color_autosuggestion is bold
This commit is contained in:
parent
c2efeb5740
commit
3f907d7b3f
@ -20,7 +20,7 @@ function __bobthefish_cmd_duration -S -d 'Show command duration'
|
||||
end
|
||||
|
||||
set_color $fish_color_normal
|
||||
set_color $fish_color_autosuggestion[1]
|
||||
set_color $fish_color_autosuggestion
|
||||
echo -n $__bobthefish_left_arrow_glyph
|
||||
end
|
||||
|
||||
@ -35,7 +35,7 @@ end
|
||||
function fish_right_prompt -d 'bobthefish is all about the right prompt'
|
||||
set -l __bobthefish_left_arrow_glyph \uE0B3
|
||||
|
||||
set_color $fish_color_autosuggestion[1]
|
||||
set_color $fish_color_autosuggestion
|
||||
|
||||
__bobthefish_cmd_duration
|
||||
__bobthefish_timestamp
|
||||
|
Loading…
Reference in New Issue
Block a user