Skip to content

Commit b90eaab

Browse files
committed
Add space after transient prompt
1 parent af67746 commit b90eaab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

functions/fish_prompt.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ PATH=\$(string escape \"\$PATH\") CMD_DURATION=\$CMD_DURATION fish_bind_mode=\$f
111111
if set -q _tide_transient
112112
echo -n \e\[0J
113113
add_prefix= _tide_item_character
114+
echo -n '$color_normal '
114115
else
115116
math \$COLUMNS-(string length -V \"\$$prompt_var[1][1]\$$prompt_var[1][2]\")$column_offset | read -lx dist_btwn_sides
116117
string replace @PWD@ (_tide_pwd) $add_newline \$$prompt_var[1][1]'$color_normal '

0 commit comments

Comments
 (0)