-
Notifications
You must be signed in to change notification settings - Fork 341
Labels
Description
Describe the bug
mybash-setup.sh
uses command_exists "bash" "bash-completion" ...
as if it fails if one of the dependencies does not exist, but this won't work as written. Also, bash-completion
and fontconfig
aren't executables, so the check would always fail if it did work as intended...
To Reproduce
- run the bash prompt script
- install fails if deps aren't installed, most likely to happen on fresh distro installs
Screenshots
If applicable, add screenshots to help explain your problem.
Checklist
- I checked for duplicate issues.
- I checked already existing discussions.
- This issue is not included in the roadmap.
- This issue is present on both stable and development branches.