From 20d84ab79d60949721f8f85d611ca757d81c4ffa Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Thu, 31 Dec 2015 10:54:57 -0500 Subject: [PATCH] read from ${commands} rather than subshell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e3882..3e16bae 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ uninstall those first to prevent conflicts. 3. Set Zsh as the default shell: ``` - chsh -s $(which zsh) + chsh -s ${commands[zsh]} ``` 4. Open a new terminal and finish optimization (this is only needed once, hereafter it will happen upon desktop/tty login):