|
NAMEfish_right_prompt - define the appearance of the right-side command line promptSYNOPSISfunction fish_right_prompt ... end DESCRIPTIONfish_right_prompt is similar to fish_prompt, except that it appears on the right side of the terminal window.Multiple lines are not supported in fish_right_prompt. EXAMPLEA simple right prompt:function fish_right_prompt -d "Write out the right prompt" date '+%m/%d/%y' end COPYRIGHT2021, fish-shell developers
Visit the GSP FreeBSD Man Page Interface. |