[DOCs] Mentioned the environment variables option

This commit is contained in:
Salvador E. Tropea 2023-05-02 13:21:55 -03:00
parent 4fbd69ac3b
commit ad074d9354
2 changed files with 4 additions and 0 deletions

View File

@ -644,6 +644,7 @@ If you need to force the origin of the data you can use **%bX** for the PCB and
**X** is the pattern to expand.
You can also use text variables (introduced in KiCad 6). To expand a text variable use `${VARIABLE}`.
In addition you can also use environment variables, defined in your OS shell or defined in the `global` section.
#### Default *dir* option
@ -680,6 +681,7 @@ Expansion patterns are applied to this value, but you should avoid using pattern
The behavior of these patterns isn't fully defined in this case and the results may change in the future.
You can also use text variables (introduced in KiCad 6). To expand a text variable use `${VARIABLE}`.
In addition you can also use environment variables, defined in your OS shell or defined in the `global` section.
#### Date format option

View File

@ -412,6 +412,7 @@ If you need to force the origin of the data you can use **%bX** for the PCB and
**X** is the pattern to expand.
You can also use text variables (introduced in KiCad 6). To expand a text variable use `${VARIABLE}`.
In addition you can also use environment variables, defined in your OS shell or defined in the `global` section.
#### Default *dir* option
@ -448,6 +449,7 @@ Expansion patterns are applied to this value, but you should avoid using pattern
The behavior of these patterns isn't fully defined in this case and the results may change in the future.
You can also use text variables (introduced in KiCad 6). To expand a text variable use `${VARIABLE}`.
In addition you can also use environment variables, defined in your OS shell or defined in the `global` section.
#### Date format option