updated starship theme
This commit is contained in:
Kurtis Andrews
2024-03-24 23:42:03 +10:00
parent f3af5dd1b5
commit dfe241805f

View File

@@ -80,7 +80,24 @@ in
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
settings = { settings = {
shell = { disabled = false; }; add_newline = false;
format = "$shlvl$shell$username$hostname$nix_shell$git_branch$git_commit$git_state$git_status$directory$jobs$cmd_duration$character";
shlvl = {
disabled = false;
symbol = "";
style = "bright-red bold";
};
shell = {
disabled = false;
format = "$indicator";
fish_indicator = "";
bash_indicator = "[BASH](bright-white) ";
zsh_indicator = "[ZSH](bright-white) ";
};
username = {
style_user = "bright-white bold";
style_root = "bright-red bold";
};
rlang = { detect_files = [ ]; }; rlang = { detect_files = [ ]; };
python = { disabled = true; }; python = { disabled = true; };
}; };