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
|
@ -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";
|
||||
|
||||
|
|
|
@ -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