Skip to content

Commit

Permalink
Remove Kaleidoscope from gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jghazally committed Apr 2, 2014
1 parent 9c76eb4 commit f800339
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@
[submodule "zsh-syntax-highlighting"]
path = zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "vim/bundle/scss-lint"]
path = vim/bundle/scss-lint
url = https://github.com/alvinhuynh/Vim-plugin-for-SCSS-Lint.git
12 changes: 2 additions & 10 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,13 @@

[push]
default = tracking

[diff]
tool = Kaleidoscope
[pull]
rebase = true

[merge]
conflictstyle = diff3
summary = true
tool = Kaleidoscope

[mergetool]
keepBackup = true
prompt = false
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
1 change: 1 addition & 0 deletions gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Thumbs.db
*.swp
*.un~
*.swo
*.swn
tags

# WordPress #
Expand Down
2 changes: 1 addition & 1 deletion oh-my-zsh
1 change: 1 addition & 0 deletions vim/bundle/scss-lint
Submodule scss-lint added at 945bf8

0 comments on commit f800339

Please sign in to comment.