diff --git a/plugins/oh-my-zsh-bootstrap/lib/repository.zsh b/plugins/oh-my-zsh-bootstrap/lib/repository.zsh index b486f8fb0..8b0a1c849 100644 --- a/plugins/oh-my-zsh-bootstrap/lib/repository.zsh +++ b/plugins/oh-my-zsh-bootstrap/lib/repository.zsh @@ -1,6 +1,6 @@ _init_theme() { _map_exists themes theme - [[ $? -ne 0 ]] && _map_put themes theme robbyrussell + [[ $? -ne 0 ]] && _map_put themes theme $ZSH_THEME } _pre_enable_plugins() {