mirror of
https://github.com/nmasur/dotfiles
synced 2026-03-10 14:59:45 +00:00
update jj starship to remove git prompt
This commit is contained in:
@@ -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 ";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user