mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -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: " "
|
||||
home_icon:
|
||||
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
|
||||
style: diamond
|
||||
trailing_diamond:
|
||||
|
|
Loading…
Reference in a new issue