diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-05-12 20:47:30 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-05-12 20:47:30 +0200 |
commit | be711ca72e29873ce7eea7540e2d5c5e2ad99ddf (patch) | |
tree | d50251268916489180d5a5c5926a92a62261339e | |
parent | bc96ac1c1e6bcf63a3283d481aea22e1b5206919 (diff) | |
download | dotfiles-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-x | Brewfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |