Update README.md

This commit is contained in:
Jiří Štefka 2021-11-14 18:47:07 +01:00 committed by GitHub
parent fc339c7bcd
commit 20b7749295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,9 @@ ln -s ~/zsh/zshrc.pure ~/.zsh
To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash` to `/bin/zsh`) To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash` to `/bin/zsh`)
### There are two ways: ### There are two ways:
#### Running this command: #### Running this command:
```chsch $USER``` - ```chsch $USER```
- Input your password
- Input `/bin/zsh`
#### Modifying `/etc/passwd` #### Modifying `/etc/passwd`
* Find line containing your username * Find line containing your username
* Put your username instead of `user` * Put your username instead of `user`