Fix incorrect settings

This commit is contained in:
Manuel Thalmann 2024-03-23 04:56:49 +01:00
parent 75d5b554fa
commit d8ee61009d

View file

@ -3,7 +3,7 @@ alias:
value: git value: git
env: env:
- name: POSH_THEME - 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 }}/Nextcloud/.omp{{ else }}/usr/local/share/oh-my-posh/themes{{ end }}/manuel.omp.json'
path: [] path: []
script: script:
- value: | - value: |