mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #954 from thegleich/change-zsh-default-prompt
Change zsh default prompt
This commit is contained in:
commit
a2d8796ce9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in
|
|||
|
||||
programs.zsh.promptInit = mkOption {
|
||||
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.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue