1
0
Fork 0

Update dot_config/chezmoi/chezmoi.toml.tmpl.literal

This commit is contained in:
Florian RICHER 2022-05-13 22:24:48 +02:00
parent 44fa9a75d8
commit c4e81d4317

View file

@ -1,8 +1,8 @@
{{- $wm := (output "bash" "-c" "echo $DESKTOP_SESSION") -}}
{{- $wm := (output "bash" "-c" "echo -n $DESKTOP_SESSION") -}}
[git]
autoCommit = true
autoPush = true
[data]
wm = {{ $wm | replace "\n" "" | quote }}
wm = {{ $wm | quote }}