Compare commits

...

2 Commits

Author SHA1 Message Date
nils a5bd0e4b56 bat paging never 2026-01-23 21:36:27 +01:00
nils 0dbf5d5e44 starship update 2026-01-23 21:28:32 +01:00
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
--paging=never
--pager="less -R"
+2 -1
View File
@@ -1,3 +1,4 @@
# wird in matugen templates starship erstellt
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
format = """ format = """
@@ -63,7 +64,7 @@ deleted = "deleted "
[nix_shell] [nix_shell]
disabled = false disabled = false
format = '[ <$name> ]($style)' format = '[ <$name> ]($style)'
style = "bg:{{colors.surface_variant.default.hex}} fg:{{colors.on_surface_variant.default.hex}}" style = "bg:{{colors.surface_variant.default.hex}} fg:{{colors.on_surface_variant.default.hex}}"
impure_msg = '(impure)' impure_msg = '(impure)'
pure_msg = '(pure)' pure_msg = '(pure)'