From ba9177663d65ffae05919cdaa02aacf1cccc9046 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 28 Oct 2014 08:06:31 -0400 Subject: [PATCH] added zsh-git-prompt as a submodule --- .gitignore | 1 - .gitmodules | 3 +++ zsh/zsh-git-prompt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 zsh/zsh-git-prompt diff --git a/.gitignore b/.gitignore index 7a8f9b3..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -zsh/zsh-git-prompt/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b7ff242 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "zsh/zsh-git-prompt"] + path = zsh/zsh-git-prompt + url = https://github.com/olivierverdier/zsh-git-prompt.git diff --git a/zsh/zsh-git-prompt b/zsh/zsh-git-prompt new file mode 160000 index 0000000..1c96fe2 --- /dev/null +++ b/zsh/zsh-git-prompt @@ -0,0 +1 @@ +Subproject commit 1c96fe2a6a36653301144b8182ffc7cf063e1f3e