Closed afraser closed 8 years ago
You might want to update your readme.md to suggest that OSX users upgrade to bash 4.x
This worked for me (obviously need homebrew installed first). brew install bash;echo /usr/local/bin/bash|sudo tee -a /etc/shells;chsh -s /usr/local/bin/bash
brew install bash;echo /usr/local/bin/bash|sudo tee -a /etc/shells;chsh -s /usr/local/bin/bash
shopt was invalid command. Upgrading solved it for me. Thank you.
That's very good to know! Thanks for the heads up.
autocd and dirspell specifically weren't working for me.
autocd
dirspell
You might want to update your readme.md to suggest that OSX users upgrade to bash 4.x
This worked for me (obviously need homebrew installed first).
brew install bash;echo /usr/local/bin/bash|sudo tee -a /etc/shells;chsh -s /usr/local/bin/bash