Merge pull request #66992 from oxij/nixos/fix-zsh-prompt

nixos: zsh: setopt prompt_sp to workaround a zsh bug

authored by Matthew Bauer and committed by GitHub 1ab1e112 7dd98389

+1 -1
+1 -1
nixos/modules/programs/zsh/zsh.nix
··· 70 70 promptInit = mkOption { 71 71 default = '' 72 72 if [ "$TERM" != dumb ]; then 73 - autoload -U promptinit && promptinit && prompt walters 73 + autoload -U promptinit && promptinit && prompt walters && setopt prompt_sp 74 74 fi 75 75 ''; 76 76 description = ''