1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 03:39:15 +00:00

refactor link_import_default to link_on_import (#110)

This commit is contained in:
deadc0de6
2019-04-03 13:26:21 +02:00
parent e009649cb9
commit 584927f10b
4 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# author: deadc0de6 (https://github.com/deadc0de6)
# Copyright (c) 2019, deadc0de6
#
# test the use of the keyword "link_import_default"
# test the use of the keyword "link_on_import"
# returns 1 in case of error
#
@@ -63,7 +63,7 @@ config:
backup: true
create: true
dotpath: dotfiles
link_import_default: nolink
link_on_import: nolink
dotfiles:
profiles:
_EOF
@@ -85,7 +85,7 @@ config:
backup: true
create: true
dotpath: dotfiles
link_import_default: link
link_on_import: link
dotfiles:
profiles:
_EOF