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