From 3978413900a37c1c0944768e4684381e336a64f8 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 2 Jun 2011 18:42:16 +0200 Subject: [PATCH] added oh-my-zsh as submodule --- .gitmodules | 3 +++ oh-my-zsh | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 oh-my-zsh diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..85d3e67 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "oh-my-zsh"] + path = oh-my-zsh + url = git@github.com:igrat/oh-my-zsh.git diff --git a/oh-my-zsh b/oh-my-zsh new file mode 160000 index 0000000..ab2a7b5 --- /dev/null +++ b/oh-my-zsh @@ -0,0 +1 @@ +Subproject commit ab2a7b51a8c3ead55a272fba58232d0823e519a2