all repos — nixfiles @ 6eb9db08bb849d4ef3660661e6db863ceb5e5721

System and user configuration, managed by nix and home-manager

zsh: add pnpm run build alias

Alan Pearce
commit

6eb9db08bb849d4ef3660661e6db863ceb5e5721

parent

9e45c64ef86760a6d56b7196bd3f8b559d03ccf3

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -216,6 +216,7 @@
p = "pnpm"; pi = "pnpm install"; pr = "pnpm run"; + prb = "pnpm run build"; pmi = "pnpm multi install"; pmx = "pnpm multi exec"; pmr = "pnpm multi run";