programs.starship.transientPrompt.right

NixOS option

Fish code composing the body of the starship_transient_rprompt_func function. The output of this code will become the right side of the transient prompt. Not setting this option (or setting it to null) will prevent the starship_transient_rprompt_func function from being generated. By default, the right prompt is empty.

type: null or Fish shell code concatenated with "\n"
Default
null
Example
"starship module time"
declared in: nixos/modules/programs/starship.nixView source on NixOS/nixpkgs →