File tree 1 file changed +15
-5
lines changed
Configs/Home/.config/ohmyposh
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 39
39
},
40
40
"template" : " <b>{{ .Path }}</b> <p:light-sky-blue>\u26a1 </>"
41
41
},
42
+ {
43
+ "type" : " upgrade" ,
44
+ "style" : " plain" ,
45
+ "foreground" : " #111111" ,
46
+ "background" : " #FFD664"
47
+ },
42
48
{
43
49
"type" : " git" ,
44
50
"style" : " plain" ,
111
117
"template" : " \uFCD1 {{ .Full}}"
112
118
},
113
119
{
114
- "type" : " command" ,
115
- "style" : " plain" ,
116
- "foreground" : " p:white-blue" ,
120
+ "type" : " executiontime" ,
121
+ "style" : " powerline" ,
122
+ "powerline_symbol" : " " ,
123
+ "foreground" : " #ffffff" ,
124
+ "background" : " transparent" ,
125
+ "template" : " <#fefefe></> {{ .FormattedMs }} " ,
117
126
"properties" : {
118
- "command" : " git log --pretty=format:%cr -1 || date +%H:%M:%S" ,
119
- "shell" : " bash"
127
+ "threshold" : 500 ,
128
+ "style" : " austin" ,
129
+ "always_enabled" : true
120
130
}
121
131
}
122
132
],
You can’t perform that action at this time.
0 commit comments