@@ -12,11 +12,7 @@
<array>
<string>/bin/bash</string>
<string>-lc</string>
- <string>
- cd /Users/colin.powell/src/github.com/hungryroot/hungryroot \
- && eval "$(direnv export bash)" \
- && just celery
- </string>
+ <string>cd /Users/colin.powell/src/github.com/hungryroot/hungryroot && eval "$(/opt/homebrew/bin/direnv export bash)" && just celery</string>
</array>
@@ -12,14 +12,9 @@
- && just django
+ <string>cd /Users/colin.powell/src/github.com/hungryroot/hungryroot && eval "$(/opt/homebrew/bin/direnv export bash)" && just django</string>
-
<!-- Run when the agent is loaded -->
<key>RunAtLoad</key>
<true/>
- && just flower
+ <string>cd /Users/colin.powell/src/github.com/hungryroot/hungryroot && eval "$(/opt/homebrew/bin/direnv export bash)" && just flower</string>