mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Cleanup starship prompt
This commit is contained in:
parent
adf9306a71
commit
ff89efb6d9
1 changed files with 12 additions and 24 deletions
|
@ -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