Nix 2.31.4
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
DevelopSettings Struct Reference
Inheritance diagram for DevelopSettings:

Public Attributes

Setting< std::string > bashPrompt {this, "", "bash-prompt", "The bash prompt (`PS1`) in `nix develop` shells."}
 
Setting< std::string > bashPromptPrefix
 
Setting< std::string > bashPromptSuffix
 

Member Data Documentation

◆ bashPromptPrefix

Setting<std::string> DevelopSettings::bashPromptPrefix
Initial value:
{
this, "", "bash-prompt-prefix", "Prefix prepended to the `PS1` environment variable in `nix develop` shells."}

◆ bashPromptSuffix

Setting<std::string> DevelopSettings::bashPromptSuffix
Initial value:
{
this, "", "bash-prompt-suffix", "Suffix appended to the `PS1` environment variable in `nix develop` shells."}

The documentation for this struct was generated from the following file: