LnL7 / nix-darwin

nix modules for darwin
MIT License
2.43k stars 407 forks source link

Change zsh default prompt #954

Closed thegleich closed 1 month ago

thegleich commented 1 month ago

Zsh prompt Walters causes issues as the default prompt and is a strange default, e.g. it sets the RPS1.

We should use the same prompt as NixOS uses: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/programs/zsh/zsh.nix#L93

Resolves: https://github.com/LnL7/nix-darwin/issues/667

Related discussion: https://github.com/NixOS/nixpkgs/pull/38535