hh
This commit is contained in:
parent
ef22d154c4
commit
1f02e32314
@ -2,11 +2,15 @@
|
|||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
format = "$shell$nix_shell$shlvl@ $directory> ";
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[>](bold green)";
|
success_symbol = "[>](bold green)";
|
||||||
error_symbol = "[>](bold red)";
|
error_symbol = "[>](bold red)";
|
||||||
};
|
};
|
||||||
|
shell.disabled = false;
|
||||||
|
shlvl.disabled = false;
|
||||||
|
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