add prezto as a submodule

This commit is contained in:
Adam Lamers
2016-10-20 13:44:59 -05:00
parent ca8c425395
commit e94c284069
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
[submodule "dotbot"] [submodule "dotbot"]
path = dotbot path = dotbot
url = https://github.com/anishathalye/dotbot url = https://github.com/anishathalye/dotbot
[submodule "prezto"]
path = prezto
url = https://github.com/sorin-ionescu/prezto
+1
View File
@@ -11,6 +11,7 @@
~/.vimrc_vundle: vimrc_vundle ~/.vimrc_vundle: vimrc_vundle
~/.zpreztorc: zpreztorc ~/.zpreztorc: zpreztorc
~/.zshrc: zshrc ~/.zshrc: zshrc
~/.zprezto: prezto
~/.bash_profile: bash_profile ~/.bash_profile: bash_profile
~/.bash_prompt: bash_prompt ~/.bash_prompt: bash_prompt
~/.git_prompt.sh: git_prompt.sh ~/.git_prompt.sh: git_prompt.sh
Submodule
+1
Submodule prezto added at 4f19700919