Skip to content

Commit

Permalink
dotfiles | Add .gitmodules refs to dummy directories (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholashoule authored Oct 26, 2022
1 parent de72271 commit 8679c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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"]
path = .oh-my-zsh
path = home/.oh-my-zsh
url = http://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/Vundle.vim"]
path = .vim/bundle/Vundle.vim
path = home/.vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git
2 changes: 0 additions & 2 deletions home/.gemrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
gem: --no-rdoc --no-ri
---
gem: --no-ri --no-rdoc
:verbose: false
:backtrace: false
Expand Down

0 comments on commit 8679c54

Please sign in to comment.