mrzool / bash-sensible

An attempt at saner Bash defaults
https://github.com/mrzool/bash-sensible/blob/master/sensible.bash
MIT License
2.03k stars 94 forks source link

Suggest Bash upgrade for OSX users. #3

Closed afraser closed 8 years ago

afraser commented 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

ioab commented 8 years ago

shopt was invalid command. Upgrading solved it for me. Thank you.

mrzool commented 8 years ago

That's very good to know! Thanks for the heads up.

afraser commented 8 years ago

autocd and dirspell specifically weren't working for me.