Changes in README.md

This commit is contained in:
Jiří Štefka 2021-11-14 19:19:33 +01:00
parent 6752d0fd41
commit 2962bd7acc

@ -35,12 +35,12 @@ ln -s ~/zsh/zshrc.pure ~/.zsh
### Get this from your distribution's repository ### Get this from your distribution's repository
### Debian Dependencies ### Debian Dependencies
```bash ```
sudo apt install autojump zsh sudo apt install autojump zsh
``` ```
### Arch Dependencies ### Arch Dependencies
```bash ```
yay -S autojump zsh yay -S autojump zsh
``` ```
@ -55,15 +55,14 @@ To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash`
```chsch $USER``` ```chsch $USER```
#### Modifying `/etc/passwd` #### Modifying `/etc/passwd`
* Change your user in /etc/passwd to /bin/zsh instead of /bin/bash * Change your user in `/etc/passwd` to `/bin/zsh` instead of `/bin/bash`
<details> <details>
* Find line containing your username * Find line containing your username
* Put your username instead of `user`
From: `user:x:1000:1000::/home/user:/bin/bash` From: ...`:/bin/bash`
To: `user:x:1000:1000::/home/user:/bin/zsh` To: ...`:/bin/zsh`
</details> </details>
## What I used ## What I used