diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-11 13:28:27 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-11 13:28:27 +0100 |
commit | ef7f82be890011d2359094eb2cce65c4222ae8c1 (patch) | |
tree | 03d77122027b536c7797cc77a5618d3843e76064 /zshenv | |
parent | 19020749a913dd5371070810d052e5bbfe4b0248 (diff) | |
download | dotfiles-ef7f82be890011d2359094eb2cce65c4222ae8c1.tar.gz dotfiles-ef7f82be890011d2359094eb2cce65c4222ae8c1.tar.bz2 dotfiles-ef7f82be890011d2359094eb2cce65c4222ae8c1.zip |
Added arduino template to template func
Diffstat (limited to 'zshenv')
-rw-r--r-- | zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |