Back to Fish

fish_right_prompt - define the appearance of the right-side command line prompt¶

docs/docs/3.2/cmds/fish_right_prompt.html

latest783 B
Original Source

This documents an old version of fish. See the latest release.

fish_right_prompt - define the appearance of the right-side command line prompt

Synopsis

function fish\_right\_prompt...end

Description

fish_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.

Example

A simple right prompt:

function fish\_right\_prompt -d "Write out the right prompt"date '+%m/%d/%y'end