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.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/dotfiles-darwin/launchd/org.awhk.env.json b/dotfiles-darwin/launchd/org.awhk.env.json
index 3745c97..fbd1c58 100644
--- a/dotfiles-darwin/launchd/org.awhk.env.json
+++ b/dotfiles-darwin/launchd/org.awhk.env.json
@@ -1,11 +1,11 @@
{
- "Label" : "org.awhk.env",
- "ProgramArguments" : [
+ "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"
+ "RunAtLoad": true,
+ "StandardErrorPath": "${HOME}/Library/Logs/org.awhk.env.log",
+ "StandardOutPath": "${HOME}/Library/Logs/org.awhk.env.log"
}