From d67d3d4d0cd4c91aa6d3b00baca6c2b2e47c3126 Mon Sep 17 00:00:00 2001 From: ncanceill Date: Sat, 5 Apr 2014 21:31:31 +0200 Subject: [PATCH] pre-enable theme from .zshrc --- plugins/oh-my-zsh-bootstrap/lib/repository.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {