Description
10x faster implementation of git status
command.
To enable the included gitstatus prompt, add the appropriate line to your NixOS configuration: programs.bash.promptInit = "source $(gitstatus-share)/gitstatus.prompt.sh";
programs.zsh.promptInit = "source $(gitstatus-share)/gitstatus.prompt.zsh";
See the project homepage for details on customization.