From 3400906be525fc17b24e17cb6389528129eb3385 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 10 Sep 2016 14:36:10 +0200 Subject: zsh: Remove newline before prompt --- tag-zsh/config/zsh/zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tag-zsh/config/zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 00915ea..f01625a 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -136,8 +136,7 @@ else 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 -- cgit 1.4.1