@@ -14,9 +14,6 @@
|
|||||||
directory = {
|
directory = {
|
||||||
truncate_to_repo = false;
|
truncate_to_repo = false;
|
||||||
};
|
};
|
||||||
dotnet = {
|
|
||||||
detect_files = ["global.json" "Directory.Build.props" "Directory.Build.targets" "Packages.props"];
|
|
||||||
};
|
|
||||||
git_branch = {
|
git_branch = {
|
||||||
disabled = true;
|
disabled = true;
|
||||||
symbol = " ";
|
symbol = " ";
|
||||||
@@ -36,15 +33,9 @@
|
|||||||
shell = ["jj-starship" "--strip-bookmark-prefix" "cschmatzler/" "--truncate-name" "20" "--bookmarks-display-limit" "1"];
|
shell = ["jj-starship" "--strip-bookmark-prefix" "cschmatzler/" "--truncate-name" "20" "--bookmarks-display-limit" "1"];
|
||||||
format = "$output ";
|
format = "$output ";
|
||||||
};
|
};
|
||||||
golang = {
|
|
||||||
symbol = " ";
|
|
||||||
};
|
|
||||||
lua = {
|
lua = {
|
||||||
symbol = " ";
|
symbol = " ";
|
||||||
};
|
};
|
||||||
nix_shell = {
|
|
||||||
symbol = " ";
|
|
||||||
};
|
|
||||||
package = {
|
package = {
|
||||||
disabled = true;
|
disabled = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user