TheR1D / shell_gpt

A command-line productivity tool powered by AI large language models like GPT-4, will help you accomplish your tasks faster and more efficiently.
MIT License
8.81k stars 693 forks source link

Fix shell identification #544

Closed counterapparatus closed 2 months ago

counterapparatus commented 2 months ago

fixed bug where sgpt --install-integration fails for people who have bash or zsh in /usr/bin/ by using "zsh" in shell

This fixes #492 and #528