Skip to content

Commit

Permalink
Do I want to support expend environment?
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jul 16, 2018
1 parent 1acfd26 commit 5da3b12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,13 @@ type SourceConfig struct {

// ExpandEnvironment specifies a list of install file paths that when
// installed should have bash style parameter expansion done for
// environment parables. These generally look like: ${HOME}. This
// environment variables. These generally look like: ${HOME}. This
// configuration is useful for config files that do not support environment
// variable expansion.
//
// TODO: Decide if this is actually something we want to implement. It
// makes diffing a bit harder since we can't straight compare the
// file size for single files anymore.
ExpandEnvironment []string `yaml:"expand_environment"`
}

Expand Down

0 comments on commit 5da3b12

Please sign in to comment.