Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Meroje committed Aug 29, 2013
1 parent 2e50704 commit 075898f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions home/.gitconfig
Expand Up @@ -2,7 +2,7 @@
name = Jerome Foray
email = meroje.f@gmail.com
[core]
excludesfile = ~/.gitignore_global
excludesfile = /Users/meroje/.gitignore_global
editor = $EDITOR
page = tig
[pager]
Expand Down Expand Up @@ -84,6 +84,7 @@
brr = !git br -r
brn = !git bra --no-merged
cb = checkout -b
co = checkout
pwd = rev-parse --abbrev-ref HEAD

# Status
Expand Down Expand Up @@ -121,11 +122,13 @@
# https://github.com/defunkt/gist
gist = !gist
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
cmd = /usr/local/bin/ksdiff -w \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /usr/local/Cellar/sourcetree/1.5.4/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
cmd = /usr/local/bin/ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[remote "origin"]
fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
2 changes: 1 addition & 1 deletion home/.tmux-powerline
2 changes: 1 addition & 1 deletion home/.tmux-powerlinerc
Expand Up @@ -123,5 +123,5 @@
# 1. Go to Yahoo weather http://weather.yahoo.com/
# 2. Find the weather for you location
# 3. Copy the last numbers in that URL. e.g. "http://weather.yahoo.com/united-states/california/newport-beach-12796587/" has the numbers "12796587"
export TMUX_POWERLINE_SEG_WEATHER_LOCATION="612876"
export TMUX_POWERLINE_SEG_WEATHER_LOCATION="627791"
# }
2 changes: 1 addition & 1 deletion home/.zprezto

0 comments on commit 075898f

Please sign in to comment.