diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-12 11:53:33 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-12 11:53:33 +0200 |
| commit | b1884b8a7161a5bb9801c5291bc5ce11e38befee (patch) | |
| tree | a73a67c635071ce12993b20e30ecd5e4c8c68e65 | |
| parent | 6a4327ee6fc2ae075d31c77aaded99d39f9dad56 (diff) | |
| download | dotfiles-b1884b8a7161a5bb9801c5291bc5ce11e38befee.tar.gz dotfiles-b1884b8a7161a5bb9801c5291bc5ce11e38befee.zip | |
add nix-shell module to starship
| -rwxr-xr-x | starship/.config/starship.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 9f00399..1d0e140 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -11,6 +11,7 @@ $nodejs\ $rust\ $golang\ $php\ +$nix_shell\ [](fg:#212736 bg:#2b3339)\ $time\ [ ](fg:#2b3339)\ @@ -62,6 +63,10 @@ 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 time_format = "%R" # Hour:Minute Format |