mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 22:58:38 +01:00
fish: Add abbreviations for pnpm
This commit is contained in:
parent
18fccf23de
commit
77bbe4ff61
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user