all repos — nixfiles @ 3400906be525fc17b24e17cb6389528129eb3385

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

zsh: Remove newline before prompt

Alan Pearce
commit

3400906be525fc17b24e17cb6389528129eb3385

parent

207f441b23c51eb33f4c26fde7208e1a6e6fed72

1 file changed, 1 insertion(+), 2 deletions(-)

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