From: Ben Beltran Date: Sun, 16 Feb 2020 15:08:03 +0000 (+0100) Subject: Add an additional space in the right promptb X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/f88f2a1b9d2284c13f69030a94a72079320a7d4b?ds=sidebyside Add an additional space in the right promptb --- diff --git a/zsh/modules/prompt.zsh b/zsh/modules/prompt.zsh index 945d9eb..f0a776d 100644 --- a/zsh/modules/prompt.zsh +++ b/zsh/modules/prompt.zsh @@ -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 }