update
updated starship theme
This commit is contained in:
@@ -80,7 +80,24 @@ in
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
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 = [ ]; };
|
||||
python = { disabled = true; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user