zsh: add npm aliases
Alan Pearce alan@alanpearce.eu
Thu, 17 Oct 2019 14:04:05 +0200
1 files changed, 15 insertions(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -251,6 +251,21 @@ ppr = "pnpm prune"; pli = "pnpm link"; pul = "pnpm unlink"; + np = "npm"; + npi = "npm install"; + npl = "npm ls"; + npr = "npm run"; + npb = "npm run build"; + nprb = "npm run build"; + npa = "npm install --save"; + npad = "npm install --save-dev"; + npd = "npm uninstall"; + npt = "npm test"; + npup = "npm update"; + nppr = "npm prune"; + npli = "npm link"; + npul = "npm unlink"; + hos = "home-manager switch"; hon = "home-manager news"; hoh = "home-manager-help";