diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2025-10-25 18:29:20 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2025-10-25 18:29:20 +0100 |
| commit | 76850b13f61681541b5dfe42ae229d378854b55e (patch) | |
| tree | 160a53ed121190188848284e5c5798043e6ee768 | |
| parent | 66c7767e0176626c94f9376b6025b5c516a1eee6 (diff) | |
darwin/env.json: Normalize JSON
| -rw-r--r-- | dotfiles-darwin/launchd/org.awhk.env.json | 10 |
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" } |
