From 2af057ff88309be6dc040502215390151a6333bc Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 11 Jul 2021 11:24:46 -0300 Subject: Added certn functions --- .config/fish/functions/certn-web.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/fish/functions/certn-web.fish (limited to '.config/fish/functions/certn-web.fish') diff --git a/.config/fish/functions/certn-web.fish b/.config/fish/functions/certn-web.fish new file mode 100644 index 00000000..6d825b6f --- /dev/null +++ b/.config/fish/functions/certn-web.fish @@ -0,0 +1,5 @@ +function certn-web + cd code/lazer/certn/web_server/ + nvm use 12 + yarn start:local +end -- cgit v1.2.3