summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/launchd/org.awhk.env.json
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2025-02-22 11:05:43 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2025-02-22 11:49:50 +0000
commitabdc8df1d2df5d2527865f765c57566336f48ef7 (patch)
treeb4c9dbe892fd129c94af8bd4bdb4ae35e377d509 /dotfiles-darwin/launchd/org.awhk.env.json
parentf88d79c060c0067c590bcec2060b907de7c570cd (diff)
darwin/env.plist: Switch to JSON
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"
+}