summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh
diff options
context:
space:
mode:
authorAlan Pearce2016-09-10 14:36:10 +0200
committerAlan Pearce2016-09-10 14:36:10 +0200
commit3400906be525fc17b24e17cb6389528129eb3385 (patch)
tree34d959dd8e9d421b0d3075725cc1c43f980bfac6 /tag-zsh/config/zsh
parent207f441b23c51eb33f4c26fde7208e1a6e6fed72 (diff)
downloaddotfiles-3400906be525fc17b24e17cb6389528129eb3385.tar.lz
dotfiles-3400906be525fc17b24e17cb6389528129eb3385.tar.zst
dotfiles-3400906be525fc17b24e17cb6389528129eb3385.zip
zsh: Remove newline before prompt
Diffstat (limited to 'tag-zsh/config/zsh')
-rw-r--r--tag-zsh/config/zsh/zshrc3
1 files changed, 1 insertions, 2 deletions
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