remove duplicate documentation

This commit is contained in:
MorganGeek 2020-07-11 12:36:02 +02:00
parent 88e45e329c
commit b3db5095dd

View File

@ -48,12 +48,3 @@ git config core.autocrlf false
git rm --cached -r .
git reset --hard
```
https://github.com/robbyrussell/oh-my-zsh/issues/6764#issuecomment-384045008
```
cd $ZSH
git config core.autocrlf false
git rm --cached -r .
git reset --hard
```