eendroroy / alien

An asynchronous zsh prompt
https://eendroroy.github.io/alien
MIT License
307 stars 45 forks source link

Git Status no longer shown #43

Open slackline opened 7 months ago

slackline commented 7 months ago

Describe the bug

I've encountered the same problem as described in #41 on one of my systems. I use the same config across multiple systems (as they are version controlled dotfiles) and its only one system where this has cropped up and stopped working.

To Reproduce Steps to reproduce the behavior:

No explicit error is reported, the prompt is missing all git info when in a version controlled directory.

Expected behavior

The async module should show the git status.

Screenshots

N/A

Environment:

Additional context

Not changed anything in the config for quite some time, so its likely some system update has changed things. Unsure how to debug this, the output of ./async_test.zsh purports to have passed (see most of output here) but the prompt shows that the exit code was 1 suggesting it failed. :shrug: