mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Style change, for consistency.
This commit is contained in:
parent
c68498fc79
commit
89cda861ba
@ -297,7 +297,7 @@ function __bobthefish_path_segment -S -a current_dir -d 'Display a shortened for
|
|||||||
end
|
end
|
||||||
|
|
||||||
function __bobthefish_finish_segments -S -d 'Close open prompt segments'
|
function __bobthefish_finish_segments -S -d 'Close open prompt segments'
|
||||||
if [ "$__bobthefish_current_bg" != '' ]
|
if [ -n "$__bobthefish_current_bg" ]
|
||||||
set_color normal
|
set_color normal
|
||||||
set_color $__bobthefish_current_bg
|
set_color $__bobthefish_current_bg
|
||||||
echo -ns $__bobthefish_right_black_arrow_glyph ' '
|
echo -ns $__bobthefish_right_black_arrow_glyph ' '
|
||||||
|
Loading…
Reference in New Issue
Block a user