From fc339c7bcda8a174d2c41d025b76ed01318a89df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Sun, 14 Nov 2021 18:45:55 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab1086c..9b11bc8 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ ln -s ~/zsh/zshrc.pure ~/.zsh - `pure` - Pure shell look for zsh ### Get this from your distribution's repository - Consider security here - autojump is ok on local machine, but I wouldn't recommend deploying it on public server due to some security concerns + `autojump` - Jump to directories with j or jc for child or jo to open in file manager - `zsh` - the shell itself ### Recomended for `powerlevel10k` From 20b7749295fa72d6b550659d6e203d1fddf35cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Sun, 14 Nov 2021 18:47:07 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b11bc8..b15745b 100644 --- a/README.md +++ b/README.md @@ -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`) ### There are two ways: #### Running this command: -```chsch $USER``` +- ```chsch $USER``` +- Input your password +- Input `/bin/zsh` #### Modifying `/etc/passwd` * Find line containing your username * Put your username instead of `user`