shell: disable starship git, remove bat flag
starhip git is *really* slow in big repos like nixpkgs.
This commit is contained in:
parent
d4d89cbe65
commit
8edd83c6d9
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
git_commit.commit_hash_length = 7;
|
||||
|
||||
git_status = {
|
||||
disabled = true;
|
||||
ahead = "⇡ ";
|
||||
behind = "⇣ ";
|
||||
conflicted = " ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue