Skip to content

Commit

Permalink
Merge pull request #954 from thegleich/change-zsh-default-prompt
Browse files Browse the repository at this point in the history
Change zsh default prompt
  • Loading branch information
Enzime committed May 20, 2024
2 parents ffc0118 + c8a8fae commit a2d8796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
};

Expand Down

0 comments on commit a2d8796

Please sign in to comment.