Fixed some not working markdown

This commit is contained in:
Jiří Štefka 2020-10-09 21:07:54 +02:00
parent fc2c76ee9a
commit 6c1cf890da

@ -28,9 +28,9 @@ My ZSH config
## Set as default ## Set as default
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```
- 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`
From: `user:x:1000:1000::/home/user:/bin/bash` From: `user:x:1000:1000::/home/user:/bin/bash`