mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-30 04:21:19 -08:00
fix(theme): corrected a spacing error in path
This commit is contained in:
parent
f480533a7a
commit
5450764c17
|
@ -206,7 +206,7 @@ blocks:
|
||||||
folder_separator_icon: " "
|
folder_separator_icon: " "
|
||||||
home_icon:
|
home_icon:
|
||||||
max_depth: 3
|
max_depth: 3
|
||||||
template: "{{ if eq ( gt .Code 0 ) .Writable }} {{ end }} {{ .Path }}{{ if not .Writable }} {{ end }}"
|
template: "{{ if eq ( gt .Code 0 ) .Writable }} {{ end }} {{ .Path }}{{ if not .Writable }} {{ end }}{{ if and .Writable .Root }} {{end}}"
|
||||||
- type: text
|
- type: text
|
||||||
style: diamond
|
style: diamond
|
||||||
trailing_diamond:
|
trailing_diamond:
|
||||||
|
|
Loading…
Reference in a new issue