matchai / spacefish

🚀🐟 The fish shell prompt for astronauts
https://spacefish.matchai.dev
MIT License
963 stars 77 forks source link

Too many active git changes crash spacefish #192

Open LevinFaber opened 5 years ago

LevinFaber commented 5 years ago

Bug Report

Current Behavior When having a lot of active git changes, spacefish crashes. Only displays part of the prompt and only show a new input line after sending ctrl-c.

Expected Behavior Fish not crashing ;-), or the git related features being disabled/limited if to many changes are active.

Environment

Possible Solution Disable/Limit git related functionality if to many active changes to handle are detected.

Additional context/Screenshots https://imgur.com/a/52YpB78

LevinFaber commented 5 years ago

I will test and Update this on a different system as soon as I have the possibility.