The tutorial on prompts has this example:
> function fish_prompt
set_color purple
date "+%m/%d/%y"
set_color FF0
echo (pwd) '>'
set_color normal
endHow would I do that exact same prompt, but all on a single line? -- Lead me not into temptation, I can find the way. ------------------------------------------------------------------------------ _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
