Skip to content

Commit

Permalink
git: Do not hardcode home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Mar 3, 2016
1 parent d20b284 commit 2861175
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[tag]
sort = version:refname
[status]
short = true
branch = true
[alias]
d = diff --word-diff=color
Expand All @@ -25,7 +24,7 @@
insteadOf = gnome:
[core]
editor = vim
excludesfile = /home/jightuse/.config/gitignore_global
excludesfile = ~/.config/gitignore_global
[diff]
tool = meld
[merge]
Expand Down

0 comments on commit 2861175

Please sign in to comment.