Skip to content

Commit

Permalink
Merge branch 'master' of github.com:matthewmccullough/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McCullough committed Oct 28, 2013
2 parents 1318b8c + 44952c1 commit 8b01430
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "scripts"]
path = scripts
url = git@github.com:matthewmccullough/scripts.git
url = https://github.com/matthewmccullough/scripts.git
[submodule "z-zsh"]
path = z-zsh
url = git://github.com/sjl/z-zsh.git
url = https://github.com/sjl/z-zsh.git
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "z-rupa"]
path = z-rupa
url = https://github.com/rupa/z
Expand Down
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
recentrepo = /Users/mccm06/Documents/Temp/Scratch/hello/hgw1

[core]
excludesfile = /Users/mccm06/.gitignore
excludesfile = ~/.gitignore
quotepath = false
autocrlf = input
safecrlf = warn
Expand Down

0 comments on commit 8b01430

Please sign in to comment.