From 480bb130da18244e4939d2f1a1e00c1aa2b61237 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 25 Sep 2022 16:04:24 +0200 Subject: Fixing install script not sourcing zshenv --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 87c447a..78e3730 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ # zprofile isn't installed yet on new machine # shellcheck source=/dev/null -. config/zsh/zprofile +. config/zsh/.zshenv if [ "$USER" = 'root' ] then -- cgit