aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-05-12 20:47:30 +0200
committerMathias Bynens <mathias@qiwi.be>2014-05-12 20:47:30 +0200
commitbe711ca72e29873ce7eea7540e2d5c5e2ad99ddf (patch)
treed50251268916489180d5a5c5926a92a62261339e
parentbc96ac1c1e6bcf63a3283d481aea22e1b5206919 (diff)
downloaddotfiles-be711ca72e29873ce7eea7540e2d5c5e2ad99ddf.tar.gz
dotfiles-be711ca72e29873ce7eea7540e2d5c5e2ad99ddf.tar.bz2
dotfiles-be711ca72e29873ce7eea7540e2d5c5e2ad99ddf.zip
Brewfile: add instructions on how to change the default shell to Bash 4
-rwxr-xr-xBrewfile1
1 files changed, 1 insertions, 0 deletions
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