With Nushell 0.92 comes a new release of NGM: version 0.8.0
🥳
fix a prompt bug when outside of a Git repo
PR: #192
previously, going into a non-repo directory would print the following error before every prompt...
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).