diff --git a/.gitconfig b/.gitconfig index 2ff1efa..dedf387 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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 diff --git a/zshrc/.zshrc b/zshrc/.zshrc index d6f3d0a..59976e0 100644 --- a/zshrc/.zshrc +++ b/zshrc/.zshrc @@ -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