From 70de6010931112d3b33f754c5f26ec635699b35d Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Thu, 17 May 2012 01:32:06 -0700 Subject: [PATCH] added submodule and modified .gitignore such that items in the custom directory are now recognized --- .gitignore | 4 ++-- .gitmodules | 3 +++ custom/plugins/zsh-syntax-highlighting | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 custom/plugins/zsh-syntax-highlighting diff --git a/.gitignore b/.gitignore index 8fa66f02f..f01154095 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ locals.zsh log/.zsh_history projects.zsh -custom -!custom/plugins/example +#custom/* +!custom/example !custom/example.zsh *.swp !custom/example.zshcache diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..3fdba2113 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "custom/plugins/zsh-syntax-highlighting"] + path = custom/plugins/zsh-syntax-highlighting + url = git://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/custom/plugins/zsh-syntax-highlighting b/custom/plugins/zsh-syntax-highlighting new file mode 160000 index 000000000..bb0d57594 --- /dev/null +++ b/custom/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit bb0d575942760fe483790fe878ea43b1f781e2ca