diff --git a/themes/logicalhacking.zsh-theme b/themes/logicalhacking.zsh-theme index f2bfec3..ff8a6a5 100755 --- a/themes/logicalhacking.zsh-theme +++ b/themes/logicalhacking.zsh-theme @@ -328,8 +328,8 @@ zle -N del-prompt-accept-line bindkey "^M" del-prompt-accept-line # Actual prompt definition -PROMPT='%{%f%b%k%}$(build_prompt) ' -INACTIVEPROMPT='%{%f%b%k%}$(build_inactive_prompt) ' +PROMPT="%{%f%b%k%}$(build_prompt) " +INACTIVEPROMPT="%{%f%b%k%}$(build_inactive_prompt) " # Default configuration SEGMENT_SEPARATOR=$PL_BRARROW