read from ${commands} rather than subshell
This commit is contained in:
parent
e9c87a227d
commit
20d84ab79d
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue