nix develop update

This commit is contained in:
2026-01-21 19:01:28 +01:00
parent 2e8b02c335
commit f13f5fb2f4
+11 -11
View File
@@ -1,9 +1,9 @@
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
format = """ format = """
[░▒▓](#920025)\ [░▒▓](#00504a)\
$username\ $username\
[  ](bg:#920025 fg:#ffdada)\ [  ](bg:#00504a fg:#00fded)\
$directory\ $directory\
$time\ $time\
$git_branch\ $git_branch\
@@ -13,11 +13,11 @@ $character"""
[username] [username]
show_always = true show_always = true
style_user = "bg:#920025 fg:#ffdada" style_user = "bg:#00504a fg:#00fded"
format = "[ $user]($style)" format = "[ $user]($style)"
[directory] [directory]
style = "fg:#680018 bg:#ffb3b5" style = "fg:#003733 bg:#00decf"
format = "[ $path ]($style)" format = "[ $path ]($style)"
truncation_length = 3 truncation_length = 3
truncation_symbol = "…/" truncation_symbol = "…/"
@@ -35,18 +35,18 @@ truncation_symbol = "…/"
[time] [time]
disabled = false disabled = false
time_format = "%R" time_format = "%R"
style = "bg:#2b1c1c" style = "bg:#152220"
format = '[[  $time ](fg:#dbc0c0 bg:#2b1c1c)]($style)' format = '[[  $time ](fg:#bbcac7 bg:#152220)]($style)'
[git_branch] [git_branch]
disabled = false disabled = false
symbol = " " symbol = " "
style = "bg:#f5b8a7 fg:#4c261b" style = "bg:#a1ced4 fg:#00363b"
format = '[ $symbol$branch ](bold $style)' format = '[ $symbol$branch ](bold $style)'
[git_status] [git_status]
disabled = false disabled = false
style = "bg:#f5b8a7 fg:#4c261b" style = "bg:#a1ced4 fg:#00363b"
format = '[$all_status$ahead_behind]($style)' format = '[$all_status$ahead_behind]($style)'
# up_to_date = " synced " # up_to_date = " synced "
@@ -63,11 +63,11 @@ deleted = "deleted "
[nix_shell] [nix_shell]
disabled = false disabled = false
format = '[ <$name> ]($style)' format = '[ <$name> ]($style)'
style = "bg:#554242 fg:#dbc0c0" style = "bg:#3c4947 fg:#bbcac7"
impure_msg = '(impure)' impure_msg = '(impure)'
pure_msg = '(pure)' pure_msg = '(pure)'
[character] [character]
success_symbol = "[ ➜](#ffb3b5)" success_symbol = "[ ➜](#00decf)"
error_symbol = "[ ERROR ](bold #ffb4ab)[➜](#ffb4ab)" error_symbol = "[ ERROR ](bold #ffb4ab)[➜](#ffb4ab)"