Closed blueyed closed 9 years ago
Yea, I guess the _autoenv
suffix should be only for internal stuff. If a variable is meant to be set by the user, I suppose it should be just be suffixed with autoenv
. I'm not sure about upper case, do they do upper case anywhere else?
Upper case is used for the config vars. I will remove the underscore prefix then.
Well, I think we should choose whatever is the most common convention.
Awesome initiative! :)
Should the vars meant to be used by the
.env
file get renamed, e.g. without leading_
and/or uppercased?See https://github.com/Tarrasch/zsh-autoenv/blob/master/autoenv.zsh#L198