mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
zsh: lint status.jsonc
This commit is contained in:
parent
5f7cdf29e1
commit
f42a21d43b
1 changed files with 6 additions and 6 deletions
|
|
@ -64,7 +64,7 @@
|
|||
"disk",
|
||||
{
|
||||
"type": "physicaldisk",
|
||||
"temp": true
|
||||
"temp": true,
|
||||
},
|
||||
// "diskio",
|
||||
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
"dns",
|
||||
{
|
||||
"type": "publicip",
|
||||
"timeout": 1000
|
||||
"timeout": 1000,
|
||||
},
|
||||
{
|
||||
"type": "localip",
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"showMtu": false,
|
||||
"showLoop": false,
|
||||
"showFlags": false,
|
||||
"showAllIps": true
|
||||
"showAllIps": true,
|
||||
},
|
||||
// "netio",
|
||||
|
||||
|
|
@ -92,10 +92,10 @@
|
|||
|
||||
"datetime",
|
||||
{
|
||||
"type": "weather",
|
||||
"timeout": 1000
|
||||
"type": "weather",
|
||||
"timeout": 1000,
|
||||
},
|
||||
|
||||
"break",
|
||||
]
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue