From abdc8df1d2df5d2527865f765c57566336f48ef7 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 22 Feb 2025 11:05:43 +0000 Subject: darwin/env.plist: Switch to JSON --- dotfiles-darwin/launchd/org.awhk.env.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dotfiles-darwin/launchd/org.awhk.env.json (limited to 'dotfiles-darwin/launchd/org.awhk.env.json') 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" +} -- cgit v1.2.3-70-g09d2