shell: disable starship git, remove bat flag

starhip git is *really* slow in big repos like nixpkgs.
This commit is contained in:
Charlie Root 2025-04-02 14:52:04 +02:00
commit 8edd83c6d9
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@ in {
ytopus = "yt-dlp -x --embed-metadata --audio-quality 0 --audio-format opus --embed-metadata --embed-thumbnail";
cat = "${getExe pkgs.bat} --plain";
cat = "${getExe pkgs.bat}";
kys = "shutdown now";

View file

@ -21,6 +21,7 @@
git_commit.commit_hash_length = 7;
git_status = {
disabled = true;
ahead = " ";
behind = " ";
conflicted = " ";