Skip to content

Commit

Permalink
My identity for @lewagon in the gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Jan 8, 2018
1 parent 5a9c0d1 commit c7b2019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

[core]
pager = less -FRSX
editor = '/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl' -n -w

[alias]
co = checkout
Expand Down Expand Up @@ -45,3 +46,6 @@

[branch "master"]
mergeoptions = --no-edit
[user]
email = [email protected]
name = Nick Schneider
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ export PATH="./bin:./node_modules/.bin:${PATH}:/usr/local/sbin"
# Encoding stuff for the terminal
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export BUNDLER_EDITOR="'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl' -a"

0 comments on commit c7b2019

Please sign in to comment.