mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 06:38:36 +01:00
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:
parent
90a8565b12
commit
e1509cabe9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user