1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 14:19:16 +00:00

uservariables takes precendence over other variables

This commit is contained in:
deadc0de6
2021-09-22 11:31:52 +02:00
parent aa8e1d8b3e
commit ac4c6213b1
2 changed files with 7 additions and 1 deletions

View File

@@ -61,6 +61,12 @@ config:
backup: true
create: true
dotpath: dotfiles
variables:
var1: abc
var2: def
dynvariables:
var1: "echo ghi"
var2: "echo jkl"
uservariables:
var1: "var1"
var2: "var2"