Skip to content

Commit

Permalink
Remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
OdaDaisuke committed Aug 4, 2018
1 parent 37dcf97 commit 470bd61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@

[help]
autocorrect = 1
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
2 changes: 0 additions & 2 deletions zshrc/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,5 @@ alias gb='git branch'
alias gt='git tag'
alias unstage='git reset HEAD --'

export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"

export CLICOLOR=1
export LSCOLORS=DxGxcxdxCxegedabagacad

0 comments on commit 470bd61

Please sign in to comment.