From 6be9689a6c46e2714fddc3548d371e7fa147a403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= <54378412+jiriks74@users.noreply.github.com> Date: Fri, 9 Oct 2020 21:15:17 +0200 Subject: [PATCH] Fixed lings new lines and some other stuff --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f677636..a83c511 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ln -s ~/zsh/zshrc.pure ~/.zsh - `autojump` - Jump to directories with j or jc for child or jo to open in file manager - `zsh` - the shell itself ### Recomended for `powerlevel10k` - - `[nerd-fonts](https://github.com/ryanoasis/nerd-fonts "nerd-fonts github page") - I recomend `MesloLGS NF Regular` + - [`nerd-fonts`](https://github.com/ryanoasis/nerd-fonts "nerd-fonts github page") - I recomend `MesloLGS NF Regular` ## Set as default To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash` to `/bin/zsh`) @@ -43,6 +43,7 @@ To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash` * Put your username instead of `user` From: `user:x:1000:1000::/home/user:/bin/bash` + To: `user:x:1000:1000::/home/user:/bin/zsh` ## What I used