From 0f687e989d7bd06b1718e40325e87946fc810c94 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 12 May 2024 13:07:10 -0400 Subject: [PATCH] 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. --- home/fish.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/home/fish.nix b/home/fish.nix index 0920141d..752dd22e 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -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";