mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
sorin right prompt: reset color at end
bold mode being left enabled was causing issues in the pager.
This commit is contained in:
parent
50fc3d72df
commit
9f05697dcc
1 changed files with 1 additions and 0 deletions
|
@ -49,5 +49,6 @@ function fish_right_prompt
|
||||||
printf (set_color white)◼' '
|
printf (set_color white)◼' '
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
set_color normal
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue