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?)