1
0
Fork 0
mirror of synced 2024-05-28 04:51:11 -04:00

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

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