mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 16:27:03 +00:00
Change zsh default prompt
This commit is contained in:
parent
ffc01182f9
commit
c8a8faedbc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in
|
||||||
|
|
||||||
programs.zsh.promptInit = mkOption {
|
programs.zsh.promptInit = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
default = "autoload -U promptinit && promptinit && prompt walters && setopt prompt_sp";
|
default = "autoload -U promptinit && promptinit && prompt suse && setopt prompt_sp";
|
||||||
description = "Shell script code used to initialise the zsh prompt.";
|
description = "Shell script code used to initialise the zsh prompt.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue