diff --git a/zsh/.config/zsh/plugins/powermeli.zsh-theme b/zsh/.config/zsh/plugins/powermeli.zsh-theme index 4f5ab94..d3b5481 100755 --- a/zsh/.config/zsh/plugins/powermeli.zsh-theme +++ b/zsh/.config/zsh/plugins/powermeli.zsh-theme @@ -92,7 +92,7 @@ prompt_git() { prompt_segment "$SEGMENT_SEPARATOR" yellow black # If sourced or executed by zsh, then overwrite with an associative array # https://zsh.sourceforge.io/Doc/Release/Parameters.html#Array-Parameters - [ -z ${ZSH_VERSION+x} ] && set -A git_status ${(f)"${git_status}"} + [ -z ${ZSH_VERSION+x} ] || set -A git_status ${(f)"${git_status}"} OLDIFS="$IFS" IFS=" "