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