From: Samir Benmendil Date: Fri, 11 Mar 2022 08:34:37 +0000 (+0000) Subject: zsh/prompt: add reminder to add more info on submodules X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1b784679efd9c0e5f52c214258c7096258ad91f9?ds=inline zsh/prompt: add reminder to add more info on submodules --- diff --git a/zsh/lib/prompt.zsh b/zsh/lib/prompt.zsh index 9789ed7..fa894be 100644 --- a/zsh/lib/prompt.zsh +++ b/zsh/lib/prompt.zsh @@ -70,6 +70,8 @@ git_prompt_status() { # merge conflicts [[ "$line" == u\ (AA|DD|U?|?U)\ * ]] && (( unmerged++ )) + + #TODO more info for submodules? fi done < <(${(z)status_cmd} 2> /dev/null)