diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-11 21:42:10 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-11 21:42:10 -0400 |
commit | 687a64c30fa70eb2a27cba09599c33a68b18d910 (patch) | |
tree | 69c2ccd1b00528d725c7c758adf37daf0b729b34 /.gitmodules | |
parent | d2caf851eac8284d134f5a440b65a492dd08039f (diff) |
Adds git-bash-prompt
Also makes minor changes to other files
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 454c5ba..068b2dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "vim/.vim/pack/tje/start/wordCount.vim"] path = vim/.vim/pack/tje/start/wordCount.vim url = git@github.com:ChesleyTan/wordCount.vim.git +[submodule "bash/.git-prompt"] + path = bash/.git-prompt + url = https://github.com/magicmonty/bash-git-prompt.git |