mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01: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";
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user