shell/system76-docs: add shellHooks for the shell

This commit is contained in:
Aaron Honeycutt 2024-02-14 11:00:10 -07:00
parent 11cb49af76
commit bfee493e09

View file

@ -4,4 +4,10 @@
nodejs-18_x
nodePackages.npm
];
shellHook =
''
cd /home/aaronh/Projects/system76/docs
npm ci
npm start
'';
}