From d36d14ea981284317dee40d5cdd465bf425dbde7 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Thu, 29 Sep 2022 02:21:13 +0100 Subject: [PATCH] bootstrap: lsd: fix: Set env variables before installation checks --- .config/yadm/bootstrap.d/lsd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/yadm/bootstrap.d/lsd.sh b/.config/yadm/bootstrap.d/lsd.sh index 9119e98..971c75a 100755 --- a/.config/yadm/bootstrap.d/lsd.sh +++ b/.config/yadm/bootstrap.d/lsd.sh @@ -1,6 +1,8 @@ if ! command -v lsd &> /dev/null; then echo 'Installing lsd' + source $HOME/.zshenv + if [[ "$OSNAME" == "Linux" ]]; then # Linux if [[ "$DISTRO_TYPE" == "debian" ]]; then