diff --git a/components/user-kurtisa.nix b/components/user-kurtisa.nix index 9340839..b893cdd 100644 --- a/components/user-kurtisa.nix +++ b/components/user-kurtisa.nix @@ -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; }; };