change to my install path

This commit is contained in:
linsilence 2019-06-10 18:19:01 +08:00
commit 59bdb3b25b
2 changed files with 15 additions and 1 deletions

View file

@ -33,7 +33,7 @@ set -e
# Default settings
ZSH=${ZSH:-~/.oh-my-zsh}
REPO=${REPO:-robbyrussell/oh-my-zsh}
REPO=${REPO:-snakewarhead/oh-my-zsh}
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
BRANCH=${BRANCH:-master}