mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Compare commits
2 commits
e6c5065dfc
...
ff89efb6d9
Author | SHA1 | Date | |
---|---|---|---|
ff89efb6d9 | |||
adf9306a71 |
2 changed files with 14 additions and 26 deletions
|
@ -10,8 +10,8 @@
|
|||
"**/*-lock.json"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/json-0.17.4.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.16.1.wasm",
|
||||
"https://plugins.dprint.dev/json-0.19.0.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.16.2.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.5.4.wasm"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,30 +1,18 @@
|
|||
[package]
|
||||
disabled = true
|
||||
|
||||
[python]
|
||||
disabled = true
|
||||
|
||||
[julia]
|
||||
disabled = true
|
||||
|
||||
[rust]
|
||||
disabled = true
|
||||
|
||||
[nodejs]
|
||||
disabled = true
|
||||
|
||||
[battery]
|
||||
disabled = true
|
||||
|
||||
[sudo]
|
||||
format = "$symbol"
|
||||
symbol = "🗝️ "
|
||||
disabled = false
|
||||
format = """
|
||||
$directory\
|
||||
$git_branch\
|
||||
$git_commit\
|
||||
$git_state\
|
||||
$git_metrics\
|
||||
$git_status\
|
||||
$cmd_duration\
|
||||
$line_break\
|
||||
$jobs\
|
||||
$status\
|
||||
$character"""
|
||||
|
||||
[status]
|
||||
format = "[$status]($style)"
|
||||
symbol = ""
|
||||
map_symbol = false
|
||||
disabled = false
|
||||
|
||||
[git_metrics]
|
||||
|
|
Loading…
Reference in a new issue