Update dot_config/chezmoi/chezmoi.toml.tmpl.literal
This commit is contained in:
parent
44fa9a75d8
commit
c4e81d4317
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue