From 0f78f4e61efcc11a79cac4e3a69924e06f990b46 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 17 Feb 2024 22:45:42 +0100 Subject: [PATCH] Install zoxide from install_root.sh --- install_root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_root.sh b/install_root.sh index c74474b..0520aea 100755 --- a/install_root.sh +++ b/install_root.sh @@ -44,7 +44,7 @@ cp root/.rsync-filter / sudo pacman -Sy # Install zsh and make it the default shell for root -sudo pacman -S --noconfirm --needed zsh +sudo pacman -S --noconfirm --needed zsh zoxide chsh -s /usr/bin/zsh root # Copy ZSH shell configuration