From: Samir Benmendil Date: Tue, 7 Dec 2021 13:47:33 +0000 (+0000) Subject: zsh/prompt: handle intend-to-add status properly X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/4605cb5190771d1a93e164e525f202efb62e3875?hp=4605cb5190771d1a93e164e525f202efb62e3875 zsh/prompt: handle intend-to-add status properly It used to make the markers for the files dissappear entirely, with this change the files that are added with `--intend-to-add` are marked as both added(+) and modified(*). ---