LnL7 / nix-darwin

nix modules for darwin
MIT License
3.19k stars 456 forks source link

Change zsh default prompt #951

Closed thegleich closed 6 months ago

thegleich commented 6 months 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