Skip to content

Commit

Permalink
chore(schema): languages segment updated with enable_hyperlink
Browse files Browse the repository at this point in the history
enable_hyperlink added to segments that support it.
java segment title fixe.
  • Loading branch information
lnu authored and JanDeDobbeleer committed Oct 17, 2021
1 parent b516fe4 commit 06e5a24
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion themes/schema.json
Expand Up @@ -424,6 +424,9 @@
},
"missing_command_text": {
"$ref": "#/definitions/missing_command_text"
},
"enable_hyperlink": {
"$ref": "#/definitions/enable_hyperlink"
}
}
}
Expand Down Expand Up @@ -728,6 +731,9 @@
},
"missing_command_text": {
"$ref": "#/definitions/missing_command_text"
},
"enable_hyperlink": {
"$ref": "#/definitions/enable_hyperlink"
}
}
}
Expand All @@ -754,6 +760,9 @@
},
"missing_command_text": {
"$ref": "#/definitions/missing_command_text"
},
"enable_hyperlink": {
"$ref": "#/definitions/enable_hyperlink"
}
}
}
Expand All @@ -780,6 +789,9 @@
},
"missing_command_text": {
"$ref": "#/definitions/missing_command_text"
},
"enable_hyperlink": {
"$ref": "#/definitions/enable_hyperlink"
}
}
}
Expand All @@ -806,6 +818,9 @@
},
"missing_command_text": {
"$ref": "#/definitions/missing_command_text"
},
"enable_hyperlink": {
"$ref": "#/definitions/enable_hyperlink"
}
}
}
Expand All @@ -819,7 +834,7 @@
}
},
"then": {
"title": "Julia Segment",
"title": "Java Segment",
"description": "https://ohmyposh.dev/docs/java",
"properties": {
"properties": {
Expand Down Expand Up @@ -980,6 +995,9 @@
"title": "NPM Icon",
"description": "Icon/text to use for NPM",
"default": " \uE71E"
},
"enable_hyperlink": {
"$ref": "#/definitions/enable_hyperlink"
}
}
}
Expand Down Expand Up @@ -1295,6 +1313,9 @@
},
"missing_command_text": {
"$ref": "#/definitions/missing_command_text"
},
"enable_hyperlink": {
"$ref": "#/definitions/enable_hyperlink"
}
}
}
Expand Down

0 comments on commit 06e5a24

Please sign in to comment.