zsh: Remove newline before prompt
Alan Pearce alan@alanpearce.uk
Sat, 10 Sep 2016 14:36:10 +0200
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-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