From ef87a5c464a439adfae72239f92f6a0e80d3a99b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 14 Feb 2022 12:23:03 +0300 Subject: [PATCH] Tiny spaces --- zsh/.zsh/rc/015prompt.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zsh/rc/015prompt.zsh b/zsh/.zsh/rc/015prompt.zsh index c8a34c1..ff31125 100644 --- a/zsh/.zsh/rc/015prompt.zsh +++ b/zsh/.zsh/rc/015prompt.zsh @@ -4,8 +4,8 @@ PS1="%2~ %B" PS1+='${(j::)psvar}' PS1+="%(1j.%j.)%b" PS1+='%U${vcs_info_msg_0_[1,-32]}%u' -PS1+="%(?..%S%?%s)" -PS1+='%(1S.%B${SECONDS}%b.)' +PS1+="%(?.. %S%?%s)" +PS1+='%(1S. %B${SECONDS}%b.)' PS1+='%B%F{magenta}${_VIMODE}%f%b ' function zle-line-init zle-keymap-select { -- 2.44.0