mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Update install.sh
This commit is contained in:
parent
45c2417458
commit
0d71aece1e
1 changed files with 3 additions and 3 deletions
|
|
@ -69,14 +69,14 @@ fi
|
|||
ZSH="${ZSH:-$HOME/.oh-my-zsh}"
|
||||
|
||||
# Default settings
|
||||
REPO=${REPO:-ohmyzsh/ohmyzsh}
|
||||
REPO=${REPO:-GR3YH4TT3R93/ohmyzsh}
|
||||
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
|
||||
BRANCH=${BRANCH:-master}
|
||||
|
||||
# Other options
|
||||
CHSH=${CHSH:-yes}
|
||||
RUNZSH=${RUNZSH:-yes}
|
||||
KEEP_ZSHRC=${KEEP_ZSHRC:-no}
|
||||
RUNZSH=${RUNZSH:-no}
|
||||
KEEP_ZSHRC=${KEEP_ZSHRC:-yes}
|
||||
|
||||
|
||||
command_exists() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue