This commit is contained in:
dusk 2022-05-03 23:26:40 +03:00
parent ef22d154c4
commit 1f02e32314
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -2,11 +2,15 @@
programs.starship = {
enable = true;
settings = {
format = "$shell$nix_shell$shlvl@ $directory> ";
add_newline = false;
character = {
success_symbol = "[>](bold green)";
error_symbol = "[>](bold red)";
};
shell.disabled = false;
shlvl.disabled = false;
nix_shell.format = "via [$name]($style) ";
directory = {
truncation_length = 2;
truncate_to_repo = false;