From 2962bd7accbbae6770282b532c84016c80cce385 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Sun, 14 Nov 2021 19:19:33 +0100 Subject: [PATCH] Changes in README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6260c3b..e58a933 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ ln -s ~/zsh/zshrc.pure ~/.zsh ### Get this from your distribution's repository ### Debian Dependencies - ```bash + ``` sudo apt install autojump zsh ``` ### Arch Dependencies - ```bash + ``` 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``` #### 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`
* 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`
## What I used