programs.zsh.promptInit
NixOS option
Shell script code used to initialise the zsh prompt.
type: strings concatenated with "\n"Default
declared in: nixos/modules/programs/zsh/zsh.nixView source on NixOS/nixpkgs →'' # Note that to manually override this in ~/.zshrc you should run `prompt off` # before setting your PS1 and etc. Otherwise this will likely to interact with # your ~/.zshrc configuration in unexpected ways as the default prompt sets # a lot of different prompt variables. autoload -U promptinit && promptinit && prompt suse && setopt prompt_sp ''