fish: Drop pnpm abbreviations

I'll still use pnpm when I *need* to, however the lack of support for
pnpm in nixpkgs is a show-stopper I'd rather not have to deal with when
npm works out of the box.

pnpm was originally used for faster install times and pnpm workspaces,
however npm now has its own workspaces and I'm okay with slower install
times if it means that everything works without fragile workarounds.
This commit is contained in:
Donovan Glover 2024-04-21 08:58:07 -04:00
parent 90a8565b12
commit e1509cabe9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -142,14 +142,6 @@ in
dt = "deno task";
dT = "deno test --watch";
p = "pnpm";
pa = "pnpm add";
pr = "pnpm remove";
pd = "pnpm dev";
pt = "pnpm test";
pb = "pnpm build";
pbs = "pnpm build && pnpm start";
dl = "yt-dlp";
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'";
df = "df --human-readable --total";