My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove npm and yarn shortcuts

ydcjeff 64f2517c 65511ee8

-2
-2
aliases.sh
··· 11 11 abbr -a rem "rm -rf" 12 12 13 13 # npm shortcuts 14 - abbr -a n "npm" 15 14 abbr -a p "pnpm" 16 - abbr -a y "yarn" 17 15 18 16 # python shortcuts 19 17 abbr -a py "python3"