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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue