Browse Source

add path_env to example config

pull/19/head
Brett Langdon 11 years ago
parent
commit
bb0383436f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      example/example.cfg

+ 4
- 0
example/example.cfg View File

@ -1,5 +1,9 @@
# Global stuff
global = "global value";
# Pull in the "PATH" environment variable
path_env = $PATH;
# Primary stuff
primary {
string = "primary string value";


Loading…
Cancel
Save