mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-10 14:24:39 +03:00
Print left prompt suffix when only one line
This commit is contained in:
parent
3874f285a2
commit
3f6945b148
@ -56,5 +56,8 @@ function _tide_left_prompt
|
||||
if set -q lastItemWasNewline && test "$tide_left_prompt_frame_enabled" = 'true'
|
||||
set_color $tide_left_prompt_frame_color -b normal
|
||||
printf '%s' '╰─'
|
||||
else if not set -q lastItemWasPromptChar
|
||||
set_color $previousColor -b normal
|
||||
printf '%s' $tide_left_prompt_suffix
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user