all repos — nixfiles @ 4d8269f5236df2443cec72617443fe0457960db2

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

zsh: add alias pl=pnpm ls
Alan Pearce alan@alanpearce.eu
Fri, 11 Oct 2019 14:44:04 +0200
commit

4d8269f5236df2443cec72617443fe0457960db2

parent

be269c22ae4c8d21b3c6013c4a4548e3f2ca3854

1 files changed, 1 insertions(+), 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";