aboutsummaryrefslogtreecommitdiff
path: root/zshenv
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-08-11 13:28:27 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-08-11 13:28:27 +0100
commitef7f82be890011d2359094eb2cce65c4222ae8c1 (patch)
tree03d77122027b536c7797cc77a5618d3843e76064 /zshenv
parent19020749a913dd5371070810d052e5bbfe4b0248 (diff)
downloaddotfiles-ef7f82be890011d2359094eb2cce65c4222ae8c1.tar.gz
dotfiles-ef7f82be890011d2359094eb2cce65c4222ae8c1.tar.bz2
dotfiles-ef7f82be890011d2359094eb2cce65c4222ae8c1.zip
Added arduino template to template func
Diffstat (limited to 'zshenv')
-rw-r--r--zshenv1
1 files changed, 1 insertions, 0 deletions
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;