Add some more git symbols for starship

This commit is contained in:
Evie Litherland-Smith 2023-09-18 09:18:11 +01:00
parent 699f6c3d37
commit ce80088f9d

View file

@ -20,6 +20,16 @@
style = "bold lavender"; style = "bold lavender";
}; };
line_break.disabled = false; 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; git_metrics.disabled = false;
hostname = { hostname = {
ssh_only = true; ssh_only = true;