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 value: git
env: env:
- name: POSH_THEME - name: POSH_THEME
value: | value: '{{ if eq .OS "windows" }}{{ .Home }}/.mnt/Nextcloud/.omp{{ else }}/usr/local/share/oh-my-posh/themes{{ end }}/manuel.omp.json'
{{ if eq .OS "windows" }}{{ .Home }}/.mnt/Nextcloud/.omp{{ else }}/usr/local/share/oh-my-posh/themes{{ end }}/manuel.omp.json
path: [] path: []
script: script:
- value: | - value: |