all repos — archive/dotfiles @ d5c79a6dfb57d24523ce0aaeb2e17b26cf07d963

Superseded by nixfiles

zsh: Add extra newline to dumb pure prompt
Alan Pearce alan.pearce@spotcap.com
Sun, 31 Jul 2016 18:28:26 +0200
commit

d5c79a6dfb57d24523ce0aaeb2e17b26cf07d963

parent

242e87a0eb6c5e452f5132e0aad08f7f3cec204f

1 files changed, 2 insertions(+), 1 deletions(-)

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