diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 9d3ed31..4721e12 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -142,9 +142,11 @@ I like [Zim](https://github.com/zimfw/zimfw), it's the fastest zsh framework and out of the box setup nicely * install zsh and curl packages
- `sudo pacman -S zsh curl` + `sudo pacman -S zsh git curl` * install zim, it changes users default shell to zsh
`curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh` +* change the default shell to zsh
+ `chsh -s /bin/zsh` ##### Adding stuff to .zshrc