From 227ba0120172a5c1dd612c1101115e0af867936e Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 24 Jun 2025 19:19:56 -0500 Subject: [PATCH] fix pulumi commonrc PATH mod --- home/.chezmoitemplates/scripts/commonrc.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.chezmoitemplates/scripts/commonrc.sh.tmpl b/home/.chezmoitemplates/scripts/commonrc.sh.tmpl index 683fb91..5285ea7 100644 --- a/home/.chezmoitemplates/scripts/commonrc.sh.tmpl +++ b/home/.chezmoitemplates/scripts/commonrc.sh.tmpl @@ -98,8 +98,8 @@ if [ -d "$HOME/.spicetify" ]; then fi # pulumi -if [ -d "$HOME/.pulumi" ]; then - export PATH=$PATH:$HOME/.pulumi +if [ -d "$HOME/.pulumi/bin" ]; then + export PATH=$PATH:$HOME/.pulumi/bin fi # load aliases (note: omz aliases are supposed to be placed in ZSH_CUSTOM?)