Fix malformed environment variable

This commit is contained in:
Manuel Thalmann 2024-03-20 22:58:16 +01:00
parent d1611db116
commit 696988e187

View file

@ -3,8 +3,7 @@ alias:
value: git
env:
- name: POSH_THEME
value: |
{{ if eq .OS "windows" }}{{ .Home }}/.mnt/Nextcloud/.omp{{ else }}/usr/local/share/oh-my-posh/themes{{ end }}/manuel.omp.json
value: '{{ if eq .OS "windows" }}{{ .Home }}/.mnt/Nextcloud/.omp{{ else }}/usr/local/share/oh-my-posh/themes{{ end }}/manuel.omp.json'
path: []
script:
- value: |