We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af67746 commit b90eaabCopy full SHA for b90eaab
1 file changed
functions/fish_prompt.fish
@@ -111,6 +111,7 @@ PATH=\$(string escape \"\$PATH\") CMD_DURATION=\$CMD_DURATION fish_bind_mode=\$f
111
if set -q _tide_transient
112
echo -n \e\[0J
113
add_prefix= _tide_item_character
114
+ echo -n '$color_normal '
115
else
116
math \$COLUMNS-(string length -V \"\$$prompt_var[1][1]\$$prompt_var[1][2]\")$column_offset | read -lx dist_btwn_sides
117
string replace @PWD@ (_tide_pwd) $add_newline \$$prompt_var[1][1]'$color_normal '
0 commit comments