nix-conf/user/config/starship.toml

54 lines
877 B
TOML
Raw Normal View History

2024-08-23 19:55:31 -04:00
format = """
[ ](bg:#E34F7C)\
$username\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$cmd_duration\
$line_break\
$jobs\
$shlvl\
$status\
$shell\
2024-09-02 15:42:37 -04:00
$nix_shell\
2024-08-23 19:55:31 -04:00
$character"""
[status]
disabled = false
symbol = "x"
[character]
2024-09-02 15:42:37 -04:00
success_symbol = '[\$](bold green)'
error_symbol = '[\$](bold red)'
2024-08-23 19:55:31 -04:00
[shell]
2024-09-02 15:42:37 -04:00
disabled = true
2024-08-23 19:55:31 -04:00
bash_indicator = "[bsh](yellow italic)"
zsh_indicator = "[zsh](blue italic)"
fish_indicator = "[fsh](green italic)"
[fill]
symbol = " "
[username]
show_always = true
format = "[$user ]($style inverted)[ ]($style bg:#443f59)"
style_user = "#E34F7C"
style_root = "#4571a2 bg:red"
[directory]
format = "[ $path [$read_only]($style bg:red inverted)]($style bg:white inverted)[ ]($style)"
style = "#443f59"
read_only =" "
[shlvl]
disabled = false
2024-09-02 15:42:37 -04:00
symbol = "#"
[nix_shell]
format = "[$symbol]($style) "
symbol = "*"