mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
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.
This commit is contained in:
parent
8113ed065d
commit
177d11d30e
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||||
```shell
|
```shell
|
||||||
chsh -s /bin/zsh
|
chsh -s /bin/zsh
|
||||||
```
|
```
|
||||||
|
You must log out and log back in to see this change.
|
||||||
|
|
||||||
##### 5. Initialize your new zsh configuration
|
##### 5. Initialize your new zsh configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue