fish: Drop yarn abbreviations

Yarn has been outdated for a while now, especially with the failure for
new projects to switch to "berry" among other things. I should never
need to use it again, but if I do, I don't need the abbreviations.

Yarn was originally used for yarn workspaces and faster install times.
Nowadays, however, other package managers are able to do both in more
efficient ways.
This commit is contained in:
Donovan Glover 2024-04-21 08:49:48 -04:00
parent 0ea334ae81
commit 90a8565b12
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -91,15 +91,6 @@ in
gt = "git tag";
gts = "git tag -s";
y = "yarn";
ya = "yarn add";
yb = "yarn build";
yar = "yarn remove";
yd = "yarn dev";
yi = "yarn init";
yin = "yarn install";
yu = "yarn upgrade-interactive";
tp = "trash put";
tl = "trash list";
tr = "trash restore";