Fix malformed config
This commit is contained in:
parent
391d5d9097
commit
860a9372cc
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
alias:
|
alias: []
|
||||||
|
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
|
||||||
env: []
|
|
||||||
path: []
|
path: []
|
||||||
script:
|
script:
|
||||||
- value: |
|
- value: |
|
||||||
|
|
Loading…
Reference in a new issue