enabling theme changes when using prezto through zsh before

(cherry picked from commit 1cccb0e9c522654b7976bea047ed6f9f221ee510)
This commit is contained in:
Yan Pritzker 2012-08-08 13:35:48 -07:00
parent 3b7a69b5c8
commit b4bd099252

View File

@ -29,7 +29,7 @@ zstyle ':omz:load' omodule 'environment' 'terminal' 'editor' 'completion' \
# Set the prompt theme to load.
# Setting it to 'random' loads a random theme.
# Auto set to 'off' on dumb terminals.
zstyle ':omz:module:prompt' theme 'skwp'
zstyle ':omz:module:prompt' theme "$ZSH_THEME"
# This will make you shout: OH MY ZSHELL!
source "$OMZ/init.zsh"