From ef7f82be890011d2359094eb2cce65c4222ae8c1 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sun, 11 Aug 2019 13:28:27 +0100 Subject: Added arduino template to template func --- zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/zshenv b/zshenv index debb522..8bf71c2 100644 --- a/zshenv +++ b/zshenv @@ -19,6 +19,7 @@ gentemplate() { 'cpp') git clone https://github.com/Oreodave/CPPTemplate $2;; 'python') git clone https://github.com/Oreodave/PythonTemplate $2;; 'node') git clone https://github.com/Oreodave/NodeTemplate $2;; + 'ard') git clone https://github.com/Oreodave/ArduinoTemplate $2;; *) return;; esac rm -rf $2/.git; -- cgit v1.2.3-13-gbd6f