From 177d11d30ecd978b68b08b86d7dabff4c3218280 Mon Sep 17 00:00:00 2001 From: Peter Stevenson <2e0pgs@gmail.com> Date: Sat, 4 May 2019 17:36:29 +0100 Subject: [PATCH] readme: add notice about shell changes (#6288) Add important notice about `chsh -s /bin/zsh` command requiring the user to log out and log back in to see the changes. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd330d19e..38f6ae9f3 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc ```shell chsh -s /bin/zsh ``` +You must log out and log back in to see this change. ##### 5. Initialize your new zsh configuration