From 6ee554d9c51cead538f81055764b9af88039806b Mon Sep 17 00:00:00 2001 From: Kishan Bagaria Date: Thu, 14 Apr 2016 00:44:23 +0530 Subject: [PATCH] Fix fish shell installation instructions (#105) --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```