ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.55k stars 626 forks source link

Uninstall script broken #461

Closed norahqueen closed 11 months ago

norahqueen commented 11 months ago

https://github.com/ohmybash/oh-my-bash/blob/9c9c92bf3121948f1e2683394536e6349efecdc1/tools/uninstall.sh#L38C82-L38C109

I got it to work by changing this line to read -r ${BASH_VERSION:+-p} -p "Are you sure you want to remove Oh My Bash? [y/N] " _omb_uninstall_confi ration

akinomyoga commented 11 months ago

Thanks for the report. I pushed a fix 06b459e.