Skip to content

Commit d348e13

Browse files
committed
fix: long prompts causing wrapping
1 parent 63b86ff commit d348e13

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

dot_config/oh-my-posh/cloud-native-tokyo-night.omp.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,17 @@
142142
"background": "p:selection",
143143
"leading_diamond": "\ue0b2",
144144
"type": "kubectl",
145-
"style": "diamond"
145+
"style": "diamond",
146+
"min_width": 120
146147
},
147148
{
148149
"template": " \uebd8 {{ .Name }} ({{ if .EnvironmentName | contains \"AzureCloud\" }}{{ \"Global\" }}{{ else }}{{ .EnvironmentName }}{{ end }}) ",
149150
"foreground": "p:black",
150151
"background": "p:teal",
151152
"leading_diamond": "\ue0b2",
152153
"type": "az",
153-
"style": "diamond"
154+
"style": "diamond",
155+
"min_width": 120
154156
},
155157
{
156158
"options": {

0 commit comments

Comments
 (0)