read from ${commands} rather than subshell

This commit is contained in:
Matt Hamilton 2015-12-31 10:54:57 -05:00
parent e9c87a227d
commit 20d84ab79d
1 changed files with 1 additions and 1 deletions

View File

@ -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):