all repos — nixfiles @ 4d8269f5236df2443cec72617443fe0457960db2

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

zsh: add alias pl=pnpm ls

Alan Pearce
commit

4d8269f5236df2443cec72617443fe0457960db2

parent

be269c22ae4c8d21b3c6013c4a4548e3f2ca3854

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

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -216,6 +216,7 @@ grup = "git rup";
p = "pnpm"; pi = "pnpm install"; + pl = "pnpm ls"; pr = "pnpm run"; prb = "pnpm run build"; pmi = "pnpm multi install";