Brewfile: add instructions on how to change the default shell to Bash 4

This commit is contained in:
Mathias Bynens
2014-05-12 20:47:30 +02:00
parent bc96ac1c1e
commit be711ca72e
+1
View File
@@ -17,6 +17,7 @@ install findutils
# Install GNU `sed`, overwriting the built-in `sed`
install gnu-sed --default-names
# Install Bash 4
# Note: dont forget to add `/usr/local/bin/bash` to `/etc/shells` before running `chsh`.
install bash
install bash-completion