all repos — nixfiles @ d5c79a6dfb57d24523ce0aaeb2e17b26cf07d963

System and user configuration, managed by nix and home-manager

zsh: Add extra newline to dumb pure prompt

Alan Pearce
commit

d5c79a6dfb57d24523ce0aaeb2e17b26cf07d963

parent

242e87a0eb6c5e452f5132e0aad08f7f3cec204f

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -159,7 +159,8 @@ [[ $UID -eq 0 ]] && prompt_pure_username=' %F{white}%n%f%F{242}@%m%f'
setopt prompt_subst setopt prompt_cr - PROMPT='%F{blue}%~%f%F{242}${vcs_info_msg_0_}%f${prompt_pure_username} + PROMPT=' +%F{blue}%~%f%F{242}${vcs_info_msg_0_}%f${prompt_pure_username} %(?.%F{magenta}.%F{red})>%f ' fi fi