diff options
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/presets/example.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/presets/example.json b/Help/manual/presets/example.json index 6948628..f11d201 100644 --- a/Help/manual/presets/example.json +++ b/Help/manual/presets/example.json @@ -19,6 +19,10 @@ }, "SECOND_CACHE_VARIABLE": "ON" }, + "environment": { + "MY_ENVIRONMENT_VARIABLE": "Test", + "PATH": "$env{HOME}/ninja/bin:$penv{PATH}" + }, "vendor": { "example.com/ExampleIDE/1.0": { "autoFormat": true |