summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stevenson <2e0pgs@gmail.com>2019-05-04 17:36:29 +0100
committerMarc Cornellà <marc.cornella@live.com>2019-05-04 18:36:29 +0200
commit177d11d30ecd978b68b08b86d7dabff4c3218280 (patch)
tree0ebcdc10813e6f9542bd694be82cfe30760ea1d2
parent8113ed065d5bead01430e393bd33d6e32a597471 (diff)
downloadzsh-177d11d30ecd978b68b08b86d7dabff4c3218280.tar.gz
zsh-177d11d30ecd978b68b08b86d7dabff4c3218280.tar.bz2
zsh-177d11d30ecd978b68b08b86d7dabff4c3218280.zip
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.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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