update jj starship to remove git prompt

This commit is contained in:
Noah Masur
2026-02-28 09:49:52 -05:00
parent 22e1c9b8eb
commit d09ee3337b

View File

@@ -49,7 +49,11 @@ in
custom = {
jj = {
when = "jj-starship detect";
shell = [ "jj-starship" ];
shell = [
"jj-starship"
"--no-jj-prefix"
"--no-git-prefix"
];
format = "$output ";
};
};