fish: Remove bun abbreviations

I originally thought I was going to use bun, but it turns out that there
are simply too many inconveniences compared to using npm itself, which
includes built-in nixpkgs support with buildNpmPackage and vastly
superior shell completions among other things.
This commit is contained in:
Donovan Glover 2024-05-12 13:07:10 -04:00
parent 69495f38d9
commit 0f687e989d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -95,17 +95,6 @@
ncg = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
nvd = "nvd --color always diff /run/current-system result | less -R";
b = "bun";
br = "bun run";
bt = "bun test";
bi = "bun init";
bc = "bun create";
bin = "bun install";
ba = "bun add";
brm = "bun remove";
bu = "bun update";
bb = "bun build";
ci = "cargo init";
cin = "cargo info";
cu = "cargo update";