Skip to content

Commit

Permalink
Fix multiline prompt not working
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsoppe committed Feb 21, 2022
1 parent 5d06a59 commit d5fa53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/fish_prompt.fish
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function fish_prompt -d Hydro
echo "$_hydro_color_pwd$_hydro_pwd$hydro_color_normal $_hydro_color_git$$_hydro_git$hydro_color_normal$_hydro_color_duration$_hydro_cmd_duration$hydro_color_normal$_hydro_prompt$hydro_color_normal "
echo -e "$_hydro_color_pwd$_hydro_pwd$hydro_color_normal $_hydro_color_git$$_hydro_git$hydro_color_normal$_hydro_color_duration$_hydro_cmd_duration$hydro_color_normal$_hydro_prompt$hydro_color_normal "
end

0 comments on commit d5fa53e

Please sign in to comment.