mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 23:23:34 +00:00
feat: prettier
This commit is contained in:
parent
f86f76c0a6
commit
494b7c9d81
2 changed files with 11 additions and 1 deletions
|
@ -51,6 +51,9 @@
|
|||
deno
|
||||
yarn
|
||||
|
||||
# Python
|
||||
black
|
||||
|
||||
# Golang
|
||||
go
|
||||
gopls
|
||||
|
|
|
@ -53,6 +53,13 @@ disabled = true
|
|||
disabled = true
|
||||
|
||||
#####################
|
||||
[character]
|
||||
success_symbol = "[](bold green)"
|
||||
error_symbol = "[](bold red)"
|
||||
|
||||
[time]
|
||||
disabled = false
|
||||
format = "at [$time]($style) "
|
||||
|
||||
[container]
|
||||
symbol = ""
|
||||
|
@ -66,7 +73,7 @@ disabled = false
|
|||
disabled = false
|
||||
symbol = ""
|
||||
style = "bold blue"
|
||||
format = 'on [$symbol$context(\($namespace\))]($style) in '
|
||||
format = '[k8s $symbol$context(\($namespace\))]($style) in '
|
||||
|
||||
[package]
|
||||
disabled = false
|
||||
|
|
Loading…
Reference in a new issue