mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-03 08:25:39 +02:00
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:
parent
69495f38d9
commit
0f687e989d
@ -95,17 +95,6 @@
|
|||||||
ncg = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
|
ncg = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
|
||||||
nvd = "nvd --color always diff /run/current-system result | less -R";
|
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";
|
ci = "cargo init";
|
||||||
cin = "cargo info";
|
cin = "cargo info";
|
||||||
cu = "cargo update";
|
cu = "cargo update";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user