Fix incorrect settings
This commit is contained in:
parent
a0e9c03525
commit
182727eb8d
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue