Hyde46/hoard

autocomplete does not work on osx with bash

Opened this issue · 4 comments

OSX 12.3
Installed via brew
Shell: bash

When selecting a command via the \c-h menu and using hoard.bash, it returns to bash without any text filled out.

Changing the system shell to zsh chsh -s /bin/zsh and using hoard.zsh, it does work as expected.

Thanks for reporting @deebsman !
Ill take a look at it when I got access to a mac system again

@deebsman
Is your default .bashrc location in your home directory?
Unfortunately, I'm not able to reproduce it on a macOS system with a bash shell yet

Also can you verify that this is completly included in your .bashrc?
install.sh should be copying this piece of code into .bashrc

After running install.sh it created the ~/.bashrc file, however it still has the same issue. (I was previously manually sourcing hoard.bash to test)

I installed hoard on a second macbook (M1 chip this time) and got the following error: hoard: Bad CPU type in executable 😄