From ad12919284b5efa0ab3d2d5cf48dcfb0fdf03b06 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 17 Mar 2013 03:23:27 -0700 Subject: [PATCH] Asdded oh-my-zsh as submodule. --- .gitmodules | 3 +++ oh-my-zsh | 1 + 2 files changed, 4 insertions(+) create mode 160000 oh-my-zsh diff --git a/.gitmodules b/.gitmodules index 2af5fd10..8bf7eec8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".emacs.d"] path = .emacs.d url = git@github.com:IvanMalison/.emacs.d.git +[submodule "oh-my-zsh"] + path = oh-my-zsh + url = git@github.com:IvanMalison/oh-my-zsh.git diff --git a/oh-my-zsh b/oh-my-zsh new file mode 160000 index 00000000..e75662a0 --- /dev/null +++ b/oh-my-zsh @@ -0,0 +1 @@ +Subproject commit e75662a030aa9ba8378b5557719df38e2e570d44