programs.starship.transientPrompt.left

NixOS option

Fish code composing the body of the starship_transient_prompt_func function. The output of this code will become the left side of the transient prompt. Not setting this option (or setting it to null) will prevent the starship_transient_prompt_func function from being generated. By default, the left prompt is a bold-green ‘❯’ character.

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