mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
fix: plugins must be installed after ohmyzsh
This commit is contained in:
parent
828a2586f1
commit
adaefebf35
2 changed files with 3 additions and 21 deletions
|
|
@ -70,7 +70,7 @@ ZSH="${ZSH:-$HOME/.oh-my-zsh}"
|
|||
# REPO=${REPO:-ohmyzsh/ohmyzsh}
|
||||
REPO=${REPO:-gmingj/ohmyzsh}
|
||||
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
|
||||
BRANCH=${BRANCH:-ohmyzsh}
|
||||
BRANCH=${BRANCH:-myohmyzsh}
|
||||
|
||||
# Other options
|
||||
CHSH=${CHSH:-yes}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue