Remove username from starship prompt

This commit is contained in:
Oliver Davies 2024-11-20 11:02:10 +00:00
parent 0cafc1ca4e
commit b8cc67b3db

View file

@ -35,16 +35,12 @@ in
cmd_duration.disabled = true; cmd_duration.disabled = true;
direnv.disabled = false; direnv.disabled = false;
directory.format = "in [$path]($style) "; directory.format = "[$path]($style) ";
git_status.disabled = true; git_status.disabled = true;
nix_shell.disabled = true; nix_shell.disabled = true;
nodejs.disabled = true; nodejs.disabled = true;
php.disabled = true; php.disabled = true;
username.disabled = true;
username = {
format = "[$user]($style) ";
show_always = true;
};
custom = { custom = {
mob = { mob = {