From 81ec4473c2e2e5f1e8b0778bade355a7c963f013 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 27 Jan 2024 23:57:13 -0500 Subject: [PATCH] fish: Remove yarn alias Not needed since yarn now uses v3 by default. --- modules/fish.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/fish.nix b/modules/fish.nix index bb0973c4..40d79eff 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -30,7 +30,6 @@ mv = "mv -i"; cp = "cp -ia"; rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case"; - yarn = "${pkgs.yarn}/bin/yarn --emoji true"; ncu = "${pkgs.npm-check-updates}/bin/ncu --interactive --format group"; };