From 94e7f59f447f1a3aabd834b563a64f5a54475d11 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Tue, 20 Nov 2018 13:04:07 -0500 Subject: [PATCH] Use which to get zsh path in install instructions Instead of plain `=zsh` (is the `=` a typo?) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eaaa4c..0f19108 100644 --- a/README.md +++ b/README.md @@ -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):