diff options
author | Peter Stevenson <2e0pgs@gmail.com> | 2019-05-04 17:36:29 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-05-04 18:36:29 +0200 |
commit | 177d11d30ecd978b68b08b86d7dabff4c3218280 (patch) | |
tree | 0ebcdc10813e6f9542bd694be82cfe30760ea1d2 /README.md | |
parent | 8113ed065d5bead01430e393bd33d6e32a597471 (diff) | |
download | zsh-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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |