diff --git a/modules/prompt/themes/eriner.zsh-theme b/modules/prompt/themes/eriner.zsh-theme index bf5c940..8bbd4ee 100644 --- a/modules/prompt/themes/eriner.zsh-theme +++ b/modules/prompt/themes/eriner.zsh-theme @@ -68,7 +68,7 @@ prompt_eriner_git() { if [[ -n ${git_info} ]]; then local indicator [[ ${git_info[color]} == yellow ]] && indicator='± ' - prompt_eriner_segment ${git_info[color]} " %F{black}${(e)git_info[prompt]} ${indicator}" + prompt_eriner_segment ${git_info[color]} ' %F{black}${(e)git_info[prompt]} ${indicator}' fi }