From be711ca72e29873ce7eea7540e2d5c5e2ad99ddf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 12 May 2014 20:47:30 +0200 Subject: Brewfile: add instructions on how to change the default shell to Bash 4 --- Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Brewfile b/Brewfile index b7c1748..0403060 100755 --- a/Brewfile +++ b/Brewfile @@ -17,6 +17,7 @@ install findutils # Install GNU `sed`, overwriting the built-in `sed` install gnu-sed --default-names # Install Bash 4 +# Note: don’t forget to add `/usr/local/bin/bash` to `/etc/shells` before running `chsh`. install bash install bash-completion -- cgit v1.2.3