mirror of
https://github.com/nmasur/dotfiles
synced 2026-03-10 13:49:45 +00:00
update jj starship to remove git prompt
This commit is contained in:
@@ -49,7 +49,11 @@ in
|
|||||||
custom = {
|
custom = {
|
||||||
jj = {
|
jj = {
|
||||||
when = "jj-starship detect";
|
when = "jj-starship detect";
|
||||||
shell = [ "jj-starship" ];
|
shell = [
|
||||||
|
"jj-starship"
|
||||||
|
"--no-jj-prefix"
|
||||||
|
"--no-git-prefix"
|
||||||
|
];
|
||||||
format = "$output ";
|
format = "$output ";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user