starship: proper weights
This commit is contained in:
parent
8e9e6ef30e
commit
7ef81bb2ea
1 changed files with 10 additions and 2 deletions
|
@ -10,12 +10,20 @@ $git_branch\
|
||||||
$git_commit\
|
$git_commit\
|
||||||
$git_state\
|
$git_state\
|
||||||
$git_status\
|
$git_status\
|
||||||
|
$nix_shell\
|
||||||
($character)\
|
($character)\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
right_format = """\
|
right_format = """\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
[nix_shell]
|
||||||
|
disabled = true
|
||||||
|
impure_msg = '[impure shell](bold red)'
|
||||||
|
pure_msg = '[pure shell](bold green)'
|
||||||
|
unknown_msg = '[unknown shell](bold yellow)'
|
||||||
|
format = 'via [☃️ $state( \($name\))](bold blue) '
|
||||||
|
|
||||||
[env_var.TMUX_WINDOW]
|
[env_var.TMUX_WINDOW]
|
||||||
default = ""
|
default = ""
|
||||||
format = '[ $env_value ]($style)[](fg:#d1002f) '
|
format = '[ $env_value ]($style)[](fg:#d1002f) '
|
||||||
|
@ -38,7 +46,7 @@ disabled = true
|
||||||
fish_style_pwd_dir_length = 1
|
fish_style_pwd_dir_length = 1
|
||||||
truncation_length = 1
|
truncation_length = 1
|
||||||
truncate_to_repo = false
|
truncate_to_repo = false
|
||||||
style = "italic bold"
|
style = "italic dimmed"
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
format = "[$symbol$branch]($style)"
|
format = "[$symbol$branch]($style)"
|
||||||
|
@ -60,7 +68,7 @@ style = "dimmed"
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
ssh_only = false
|
ssh_only = false
|
||||||
format = "[$hostname](bold italic):"
|
format = "[$hostname](dimmed italic):"
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
[kubernetes]
|
[kubernetes]
|
||||||
|
|
Loading…
Reference in a new issue