summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/launchd/org.awhk.env.json
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles-darwin/launchd/org.awhk.env.json')
-rw-r--r--dotfiles-darwin/launchd/org.awhk.env.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles-darwin/launchd/org.awhk.env.json b/dotfiles-darwin/launchd/org.awhk.env.json
new file mode 100644
index 0000000..3745c97
--- /dev/null
+++ b/dotfiles-darwin/launchd/org.awhk.env.json
@@ -0,0 +1,11 @@
+{
+ "Label" : "org.awhk.env",
+ "ProgramArguments" : [
+ "/bin/zsh",
+ "-l",
+ "${ENV_SH}"
+ ],
+ "RunAtLoad" : true,
+ "StandardErrorPath" : "${HOME}/Library/Logs/org.awhk.env.log",
+ "StandardOutPath" : "${HOME}/Library/Logs/org.awhk.env.log"
+}