Skip to content

Commit

Permalink
Stripe stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ptarjan committed Jan 27, 2016
1 parent 539fddc commit 83e9897
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bash_profile
Expand Up @@ -4,3 +4,10 @@
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
### BEGIN STRIPE
source ~/.profile
### END STRIPE

### BEGIN HENSON
export PATH="/Users/pt/stripe/henson/bin:$PATH"
### END HENSON
3 changes: 3 additions & 0 deletions .bashrc
Expand Up @@ -87,3 +87,6 @@ HISTSIZE=130000 HISTFILESIZE=-1

PATH=~/bin:/usr/local/bin:$PATH:/usr/local/sbin

export PATH=/usr/local/bin:$PATH
. /Users/pt/.rbenvrc
. ~/.stripe-repos.sh
17 changes: 17 additions & 0 deletions .gitconfig
Expand Up @@ -73,3 +73,20 @@
helper = osxkeychain
[push]
default = simple

# "push.default = simple" is the default in git 2.0, but OS X still ships git
# 1.9.3 ("push.default = matching") as of 10.10.2, so... we explicitly specify
# the modern default to try and keep things sane if you accidentally use the
# OS-provided git instead of the modern one from our package manager. When a
# majority of Macs here are running OS X that ships git >= 2.0, we can likely
# remove this.
[push]
default = simple

[url "git@github.com:"]
insteadOf = https://github.com/

# http://stackoverflow.com/questions/18257622/why-is-git-core-preloadindex-default-value-false
[core]
preloadindex = true

0 comments on commit 83e9897

Please sign in to comment.