From 217571564dcee89e74516eae216d49c5a87cdb02 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 7 Jun 2020 13:28:52 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 5d6b714..9d303c0 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -159,7 +159,7 @@ it's the fastest zsh framework and out of the box setup nicely * install zsh and curl packages
`sudo pacman -S zsh git curl` -* install zim +* install zim
`curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh` * change the default shell to zsh
`chsh -s /bin/zsh`