hhh
This commit is contained in:
parent
21be00c4cf
commit
62f92fa29f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user