From f6c35442c2f2a8f1b42b593226e54a7cacb6ad11 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Wed, 12 Sep 2012 00:39:44 -0700 Subject: [PATCH] adding ohmyzsh 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..c636f38 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "oh-my-zsh"] + path = oh-my-zsh + url = https://github.com/robbyrussell/oh-my-zsh.git diff --git a/oh-my-zsh b/oh-my-zsh new file mode 160000 index 0000000..921d2f4 --- /dev/null +++ b/oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 921d2f49ef01acce973980c0aa9c6ffbbd2fbd0b