fix issues after configuration merge
This commit is contained in:
@@ -25,20 +25,21 @@ edit:
|
||||
command: nvim
|
||||
|
||||
merge:
|
||||
pager: ""
|
||||
command: meld
|
||||
args:
|
||||
- {{ printf "%q" "{{ .Source }}" }}
|
||||
- {{ printf "%q" "{{ .Destination }}" }}
|
||||
- "{{`{{ .Source }}`}}"
|
||||
- "{{`{{ .Destination }}`}}"
|
||||
|
||||
diff:
|
||||
command: meld
|
||||
command: sh
|
||||
args:
|
||||
- --diff
|
||||
- {{ printf "%q" "{{ .Destination }}" }}
|
||||
- {{ printf "%q" "{{ .Target }}" }}
|
||||
- -c
|
||||
- 'echo "Using meld"; meld --diff "{{`{{ .Destination }}`}}" "{{`{{ .Target }}`}}"'
|
||||
|
||||
encryption: gpg
|
||||
gpg:
|
||||
recipient: {{ $gpg_recipient | quote }}
|
||||
|
||||
# vim: ft=template syntax=yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user