Skip to content

Commit

Permalink
dotfiles | Update .gitmodules paths (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholashoule authored Oct 26, 2022
1 parent 8679c54 commit 5bad5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://git-scm.com/docs/gitmodules
[submodule ".oh-my-zsh"]
[submodule "home/.oh-my-zsh"]
path = home/.oh-my-zsh
url = http://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/Vundle.vim"]
[submodule "home/.vim/bundle/Vundle.vim"]
path = home/.vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git
Empty file added home/.vim/bundle/.gitignore
Empty file.

0 comments on commit 5bad5ba

Please sign in to comment.