]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Add an additional space in the right promptb
authorBen Beltran <redacted>
Sun, 16 Feb 2020 15:08:03 +0000 (16:08 +0100)
committerBen Beltran <redacted>
Sun, 16 Feb 2020 15:08:03 +0000 (16:08 +0100)
zsh/modules/prompt.zsh

index 945d9ebe868b0b6be343e2019a1e524196c854b0..f0a776d5ada1fc4487fc6f17015b991f587f88ff 100644 (file)
@@ -59,7 +59,7 @@ function zle-line-init zle-keymap-select {
       local edit_status="%{%F{green}%}🅸"
     fi
 
-    RPS1="${edit_status} ${return_status}%{$reset_color%}"
+    RPS1="${edit_status} ${return_status} %{$reset_color%}"
     RPS2=$RPS1
     zle reset-prompt
 }