summaryrefslogtreecommitdiff
path: root/.config/fish/functions/certn-web.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/functions/certn-web.fish')
-rw-r--r--.config/fish/functions/certn-web.fish5
1 files changed, 5 insertions, 0 deletions
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