diff options
author | Alan Pearce | 2016-09-10 14:36:10 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-10 14:36:10 +0200 |
commit | 3400906be525fc17b24e17cb6389528129eb3385 (patch) | |
tree | 34d959dd8e9d421b0d3075725cc1c43f980bfac6 /tag-zsh/config/zsh | |
parent | 207f441b23c51eb33f4c26fde7208e1a6e6fed72 (diff) | |
download | nixfiles-3400906be525fc17b24e17cb6389528129eb3385.tar.lz nixfiles-3400906be525fc17b24e17cb6389528129eb3385.tar.zst nixfiles-3400906be525fc17b24e17cb6389528129eb3385.zip |
zsh: Remove newline before prompt
Diffstat (limited to 'tag-zsh/config/zsh')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 00915ea7..f01625ae 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 |