This commit is contained in:
dusk 2022-05-03 23:36:32 +03:00
parent 21be00c4cf
commit 62f92fa29f
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -2,7 +2,7 @@
programs.starship = { programs.starship = {
enable = true; enable = true;
settings = { settings = {
format = "$shell$shlvl$nix_shell at $directory> "; format = "$shell$shlvl$nix_shell@ $directory> ";
add_newline = false; add_newline = false;
character = { character = {
success_symbol = "[>](bold green)"; success_symbol = "[>](bold green)";
@ -14,7 +14,7 @@
symbol = "shlvl "; symbol = "shlvl ";
format = "on [$symbol$shlvl]($style) "; format = "on [$symbol$shlvl]($style) ";
}; };
nix_shell.format = "via [$name]($style)"; nix_shell.format = "via [$name]($style) ";
directory = { directory = {
truncation_length = 2; truncation_length = 2;
truncate_to_repo = false; truncate_to_repo = false;