Re-order and cleanup starship
This commit is contained in:
parent
3d44a754a6
commit
214da3ea55
|
@ -6,6 +6,12 @@ $hostname\
|
||||||
$shlvl\
|
$shlvl\
|
||||||
$kubernetes\
|
$kubernetes\
|
||||||
$directory\
|
$directory\
|
||||||
|
$git_branch\
|
||||||
|
$git_commit\
|
||||||
|
$git_state\
|
||||||
|
$git_metrics\
|
||||||
|
$git_status\
|
||||||
|
$hg_branch\
|
||||||
$vcsh\
|
$vcsh\
|
||||||
$java\
|
$java\
|
||||||
$nodejs\
|
$nodejs\
|
||||||
|
@ -34,12 +40,6 @@ $terraform\
|
||||||
$vlang\
|
$vlang\
|
||||||
$vagrant\
|
$vagrant\
|
||||||
$zig\
|
$zig\
|
||||||
$git_branch\
|
|
||||||
$git_commit\
|
|
||||||
$git_state\
|
|
||||||
$git_metrics\
|
|
||||||
$git_status\
|
|
||||||
$hg_branch\
|
|
||||||
$docker_context\
|
$docker_context\
|
||||||
$cmake\
|
$cmake\
|
||||||
$nix_shell\
|
$nix_shell\
|
||||||
|
@ -92,3 +92,17 @@ discharging_symbol = " "
|
||||||
# threshold = 100
|
# threshold = 100
|
||||||
# style = "green"
|
# style = "green"
|
||||||
# discharging_symbol = " "
|
# discharging_symbol = " "
|
||||||
|
|
||||||
|
# [git_branch]
|
||||||
|
# format = "\n on [$symbol$branch(:$remote_branch)]($style) "
|
||||||
|
|
||||||
|
[directory.substitutions]
|
||||||
|
'~/git/' = ''
|
||||||
|
|
||||||
|
# [custom.in-project-dir]
|
||||||
|
# command = '/home/sagevaillancourt/.in_project_dir.sh'
|
||||||
|
# when = true
|
||||||
|
# style = 'bold red'
|
||||||
|
|
||||||
|
[dotnet]
|
||||||
|
format = 'via [$symbol($version) (◎ $tfm )]($style)'
|
||||||
|
|
Loading…
Reference in New Issue