mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
The initial version of the custom
This commit is contained in:
parent
6101106916
commit
828a2586f1
2 changed files with 23 additions and 4 deletions
|
|
@ -67,9 +67,10 @@ zdot="${ZDOTDIR:-$HOME}"
|
|||
ZSH="${ZSH:-$HOME/.oh-my-zsh}"
|
||||
|
||||
# Default settings
|
||||
REPO=${REPO:-ohmyzsh/ohmyzsh}
|
||||
# REPO=${REPO:-ohmyzsh/ohmyzsh}
|
||||
REPO=${REPO:-gmingj/ohmyzsh}
|
||||
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
|
||||
BRANCH=${BRANCH:-master}
|
||||
BRANCH=${BRANCH:-ohmyzsh}
|
||||
|
||||
# Other options
|
||||
CHSH=${CHSH:-yes}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue