added submodule and modified .gitignore such that items in the custom directory are now recognized

This commit is contained in:
Ahir Reddy 2012-05-17 01:32:06 -07:00
commit 70de601093
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View file

@ -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

3
.gitmodules vendored Normal file
View file

@ -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

@ -0,0 +1 @@
Subproject commit bb0d575942760fe483790fe878ea43b1f781e2ca