From b4bd0992527795a017bf53f8a2500d1acf72fda2 Mon Sep 17 00:00:00 2001 From: Yan Pritzker <yan@ymbp.local> Date: Wed, 8 Aug 2012 13:35:48 -0700 Subject: [PATCH] enabling theme changes when using prezto through zsh before (cherry picked from commit 1cccb0e9c522654b7976bea047ed6f9f221ee510) --- zsh/omz-sorin/omz-sorin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/omz-sorin/omz-sorin.zsh b/zsh/omz-sorin/omz-sorin.zsh index f5b6d98..731c2fd 100644 --- a/zsh/omz-sorin/omz-sorin.zsh +++ b/zsh/omz-sorin/omz-sorin.zsh @@ -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"