diff --git a/README.md b/README.md index 270b71c..31e7e33 100644 --- a/README.md +++ b/README.md @@ -1529,6 +1529,7 @@ chsh -s $(brew --prefix)/bin/bash Install the latest version and set as current users' default shell: ```bash brew install fish && \ +echo $(brew --prefix)/bin/fish | sudo tee -a /etc/shells && \ chsh -s $(brew --prefix)/bin/fish ```