pre-enable theme from .zshrc

This commit is contained in:
ncanceill 2014-04-05 21:31:31 +02:00
commit d67d3d4d0c

View file

@ -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() {