Skip to content

Commit

Permalink
Removed Araxis merge, enter kdiff3. Clean directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rriveras committed Feb 7, 2012
1 parent a711c2a commit 7504e6a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 214 deletions.
2 changes: 1 addition & 1 deletion bash_src/aliases
Expand Up @@ -4,4 +4,4 @@ alias tc='top -o command' # alphabetical

# git info, similar to svn info
# To get the main repo 'git remote -v'
alias gi='. ~/.bash/utils/git_info.sh'
alias gi='. ~/.bash/git_info.sh'
3 changes: 0 additions & 3 deletions bash_src/env
Expand Up @@ -9,6 +9,3 @@ export EDITOR='vim -w'
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8

# Export araxis merge for git, svn usage
export PATH=$PATH:$HOME/.bash/utils
# export PATH="~/.bash/utils"
File renamed without changes.
25 changes: 0 additions & 25 deletions bash_src/utils/araxisgitdiff

This file was deleted.

27 changes: 0 additions & 27 deletions bash_src/utils/araxisgitmerge

This file was deleted.

27 changes: 0 additions & 27 deletions bash_src/utils/araxishgmerge

This file was deleted.

82 changes: 0 additions & 82 deletions bash_src/utils/araxisopendiff

This file was deleted.

Binary file removed bash_src/utils/araxisp4diff
Binary file not shown.
Binary file removed bash_src/utils/araxisp4winmrg
Binary file not shown.
Binary file removed bash_src/utils/araxissvndiff
Binary file not shown.
Binary file removed bash_src/utils/araxissvndiff3
Binary file not shown.
38 changes: 0 additions & 38 deletions bash_src/utils/araxissvnmerge

This file was deleted.

Binary file removed bash_src/utils/compare
Binary file not shown.
Binary file removed bash_src/utils/compare2
Binary file not shown.
22 changes: 13 additions & 9 deletions gitconfig
Expand Up @@ -15,13 +15,17 @@
[core]
editor = mvim
excludesfile = /Users/robertorivera/.gitignore_global
[merge]
tool = araxis
[difftool "kdiff3"]
path = /Applications/kdiff3.app/Contents/MacOS/kdiff3
trustExitCode = false
[difftool]
prompt = false
[diff]
tool = araxis
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
tool = kdiff3
[mergetool "kdiff3"]
path = /Applications/kdiff3.app/Contents/MacOS/kdiff3
trustExitCode = false
[mergetool]
keepBackup = false
[merge]
tool = kdiff3
4 changes: 2 additions & 2 deletions vim/vimrcafter
@@ -1,8 +1,8 @@
set background=dark
colorscheme Tomorrow-Night
colorscheme Hemisu

set guioptions=aAce
syntax enable
set transparency=7
set transparency=10
"set guifont=Menlo\ bold:h12
set guifont=Menlo:h14

0 comments on commit 7504e6a

Please sign in to comment.