mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
Merge pull request #66992 from oxij/nixos/fix-zsh-prompt
nixos: zsh: setopt prompt_sp to workaround a zsh bug
This commit is contained in:
commit
1ab1e11257
|
@ -70,7 +70,7 @@ in
|
|||
promptInit = mkOption {
|
||||
default = ''
|
||||
if [ "$TERM" != dumb ]; then
|
||||
autoload -U promptinit && promptinit && prompt walters
|
||||
autoload -U promptinit && promptinit && prompt walters && setopt prompt_sp
|
||||
fi
|
||||
'';
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue