dotfiles/config/fish/functions/fish_prompt.fish

4 lines
251 B
Fish
Raw Normal View History

2022-10-05 03:56:33 +00:00
function fish_prompt --description Hydro
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_status$hydro_color_normal "
end