mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-23 23:29:13 +01:00
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:
parent
0ea334ae81
commit
90a8565b12
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user