Skip to content

Commit

Permalink
Add space after transient prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Oct 4, 2023
1 parent af67746 commit b90eaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/fish_prompt.fish
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ PATH=\$(string escape \"\$PATH\") CMD_DURATION=\$CMD_DURATION fish_bind_mode=\$f
if set -q _tide_transient
echo -n \e\[0J
add_prefix= _tide_item_character
echo -n '$color_normal '
else
math \$COLUMNS-(string length -V \"\$$prompt_var[1][1]\$$prompt_var[1][2]\")$column_offset | read -lx dist_btwn_sides
string replace @PWD@ (_tide_pwd) $add_newline \$$prompt_var[1][1]'$color_normal '
Expand Down

0 comments on commit b90eaab

Please sign in to comment.