Loading
gitstatus: fix darwin build
On darwin with sandbox disabled the system-wide zsvenv will get sourced
first and will fail the installCheckPhase with
"zsh compinit: insecure directories, run compaudit for list."
By using `-d` this will be prevented.
Signed-off-by:
Florian Brandes <florian.brandes@posteo.de>