fish: Add abbreviations for pnpm

This commit is contained in:
Donovan Glover 2024-02-15 23:53:51 -05:00
parent 18fccf23de
commit 77bbe4ff61
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -134,6 +134,14 @@
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@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
df = "df --human-readable --total";