index — dotfiles @ b1884b8a7161a5bb9801c5291bc5ce11e38befee

my dotfiles

add nix-shell module to starship
Christian Krinitsin mail@krinitsin.com
Thu, 12 Jun 2025 11:53:33 +0200
commit

b1884b8a7161a5bb9801c5291bc5ce11e38befee

parent

6a4327ee6fc2ae075d31c77aaded99d39f9dad56

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M starship/.config/starship.tomlstarship/.config/starship.toml

@@ -11,6 +11,7 @@ $nodejs\

$rust\ $golang\ $php\ +$nix_shell\ [](fg:#212736 bg:#2b3339)\ $time\ [ ](fg:#2b3339)\

@@ -61,6 +62,10 @@ [php]

symbol = "" style = "bg:#212736" format = '[[ $symbol ($version) ](fg:#a7c080 bg:#212736)]($style)' + +[nix_shell] +symbol = "" +format = '[ $symbol $name](fg:#a7c080 bg:#212736)' [time] disabled = false