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, 0 insertions, 5 deletions
diff --git a/.config/fish/functions/certn-web.fish b/.config/fish/functions/certn-web.fish
deleted file mode 100644
index 6d825b6f..00000000
--- a/.config/fish/functions/certn-web.fish
+++ /dev/null
@@ -1,5 +0,0 @@
-function certn-web
- cd code/lazer/certn/web_server/
- nvm use 12
- yarn start:local
-end