aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zshrc
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-08-01 12:59:46 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-08-01 12:59:46 +0100
commit20f7aca8f3515a481d49e2369dce92925df16910 (patch)
treefdc3cae2a212bb1acf8fc986b12d101e77d16b1c /Shell/.zshrc
parentb97330d038b6e7307d9f0a8e9d2f45c799439efd (diff)
downloaddotfiles-20f7aca8f3515a481d49e2369dce92925df16910.tar.gz
dotfiles-20f7aca8f3515a481d49e2369dce92925df16910.tar.bz2
dotfiles-20f7aca8f3515a481d49e2369dce92925df16910.zip
-extraneous templates from gentemplate
Diffstat (limited to 'Shell/.zshrc')
-rw-r--r--Shell/.zshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc
index c502d84..22f4a75 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -87,10 +87,6 @@ gentemplate() {
case $1 in
'c') git clone https://github.com/Oreodave/CTemplate $var;;
'cpp') git clone https://github.com/Oreodave/CPPTemplate $var;;
- 'python') git clone https://github.com/Oreodave/PythonTemplate $var;;
- 'node') git clone https://github.com/Oreodave/NodeTemplate $var;;
- 'ard') git clone https://github.com/Oreodave/ArduinoTemplate $var;;
- 'java') git clone https://github.com/Oreodave/JavaTemplate $var;;
*) return;;
esac
rm -rf $var/.git;