From c2225c8ab6e0230142bf2fd789ee47940bef150b Mon Sep 17 00:00:00 2001 From: Christian Bundy Date: Mon, 16 Nov 2015 13:51:25 -0800 Subject: [PATCH] Use dynamic path for zsh binary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6b40af0..9037a262 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ version is 4.3.17. 4. Set Zsh as your default shell: - chsh -s /bin/zsh + chsh -s $(which zsh) 5. Open a new Zsh terminal window or tab.