From c953c1f4044bc4433c53f14a12a6e580234f208f Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 30 Jul 2014 14:06:53 +0200 Subject: [PATCH] [zsh] add oh_my_zsh submodule --- .gitmodules | 3 +++ .zsh/oh-my-zsh | 1 + 2 files changed, 4 insertions(+) create mode 160000 .zsh/oh-my-zsh diff --git a/.gitmodules b/.gitmodules index 7cdc133..f8c0049 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim/bundle/Vundle.vim"] path = .vim/bundle/Vundle.vim url = https://github.com/gmarik/Vundle.vim.git +[submodule ".zsh/oh-my-zsh"] + path = .zsh/oh-my-zsh + url = https://github.com/robbyrussell/oh-my-zsh.git diff --git a/.zsh/oh-my-zsh b/.zsh/oh-my-zsh new file mode 160000 index 0000000..207b6a1 --- /dev/null +++ b/.zsh/oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 207b6a1e338e03ba06cccf255fbaa7e6147e8f94