nixos/zsh: change default prompt theme to 'suse'

This resolves a long-standing issue caused by the 'walters' theme setting `RPS1`.  See #38535 for discussion details.
This commit is contained in:
*Kim Zick
2021-06-26 06:36:51 -04:00
committed by GitHub
parent ef2ce48d8b
commit fbbaa4d40f
+1 -1
View File
@@ -91,7 +91,7 @@ in
# before setting your PS1 and etc. Otherwise this will likely to interact with
# your ~/.zshrc configuration in unexpected ways as the default prompt sets
# a lot of different prompt variables.
autoload -U promptinit && promptinit && prompt walters && setopt prompt_sp
autoload -U promptinit && promptinit && prompt suse && setopt prompt_sp
'';
description = ''
Shell script code used to initialise the zsh prompt.