Skip to content

Commit

Permalink
brew.sh: Add chsh command
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored Jun 8, 2017
1 parent 398496c commit 7657dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ brew install findutils
brew install gnu-sed --with-default-names
# Install Bash 4.
# Note: don’t forget to add `/usr/local/bin/bash` to `/etc/shells` before
# running `chsh`.
# running `chsh`. To do so, run `sudo chsh -s /usr/local/bin/bash`.
brew install bash
brew tap homebrew/versions
brew install bash-completion2
Expand Down

0 comments on commit 7657dc5

Please sign in to comment.