Use which to get zsh path in install instructions

Instead of plain `=zsh` (is the `=` a typo?)
This commit is contained in:
Eric Nielsen 2018-11-20 13:04:07 -05:00
parent d259e19dd8
commit 94e7f59f44
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Installing Zim is easy. If you have a different shell framework installed (like
3. Set Zsh as the default shell:
```
chsh -s =zsh
chsh -s $(which zsh)
```
4. Open a new terminal and finish optimization (this is only needed once, hereafter it will happen upon desktop/tty login):