From 3b282214fc6cb7838cb5ebafde766c744d3fd276 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 10 Aug 2023 19:24:39 -0400 Subject: [PATCH] fish(abbreviations): Add yarn build/dev --- modules/fish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/fish.nix b/modules/fish.nix index 398361bc..5e07fb79 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -75,7 +75,9 @@ y = "yarn"; ya = "yarn add"; + yb = "yarn build"; yar = "yarn remove"; + yd = "yarn dev"; yi = "yarn init"; yin = "yarn install"; yu = "yarn upgrade-interactive";