From 44f921254409bef03d37d41586bb016682b819ee Mon Sep 17 00:00:00 2001 From: Christian Bundy Date: Tue, 29 Mar 2016 16:11:31 -0700 Subject: [PATCH] Use `$commands[zsh]` instead of `which` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 508db9f1..a20540aa 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ version is 4.3.17. 5. Restart Zsh: - exec $SHELL -li + exec $commands[zsh] ### Troubleshooting