Add some more git symbols for starship
This commit is contained in:
parent
699f6c3d37
commit
ce80088f9d
|
@ -20,6 +20,16 @@
|
|||
style = "bold lavender";
|
||||
};
|
||||
line_break.disabled = false;
|
||||
git_branch = {
|
||||
symbol = "";
|
||||
only_attached = true;
|
||||
ignore_branches = [ "master" "main" ];
|
||||
};
|
||||
git_commit = {
|
||||
format = "[ $hash$tag]($style) ";
|
||||
tag_symbol = "";
|
||||
tag_disabled = false;
|
||||
};
|
||||
git_metrics.disabled = false;
|
||||
hostname = {
|
||||
ssh_only = true;
|
||||
|
|
Loading…
Reference in a new issue