From 68e7e63354ee37592c65cfd6bb26f7faea24c6dd Mon Sep 17 00:00:00 2001 From: templis Date: Mon, 9 Apr 2018 04:00:44 +0200 Subject: [PATCH] added the oh-my-zsh submodule -> https://github.com/robbyrussell/oh-my-zsh.git --- .gitmodules | 3 +++ .oh-my-zsh | 1 + 2 files changed, 4 insertions(+) create mode 160000 .oh-my-zsh diff --git a/.gitmodules b/.gitmodules index 3a9890f..23bd909 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim_runtime"] path = .vim_runtime url = https://github.com/amix/vimrc.git +[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..291e96d --- /dev/null +++ b/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 291e96dcd034750fbe7473482508c08833b168e3