diff options
author | Michael Komitee <mkomitee@me.com> | 2011-01-08 23:34:47 -0500 |
---|---|---|
committer | Michael Komitee <mkomitee@me.com> | 2011-01-08 23:34:47 -0500 |
commit | 8294cf44d1d348fd1590ee28b5be8483fb012153 (patch) | |
tree | 1685694adfecbff9e3bcfd84cf6d05eabe6cf4e1 /lib/appearance.zsh | |
parent | 7a9cc198196cb0c935afe96e1de249c3a05ad413 (diff) | |
download | zsh-8294cf44d1d348fd1590ee28b5be8483fb012153.tar.gz zsh-8294cf44d1d348fd1590ee28b5be8483fb012153.tar.bz2 zsh-8294cf44d1d348fd1590ee28b5be8483fb012153.zip |
Postponing sourcing of the theme until after local customizations
Diffstat (limited to 'lib/appearance.zsh')
-rw-r--r-- | lib/appearance.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/appearance.zsh b/lib/appearance.zsh index ffee52b5e..aec67721a 100644 --- a/lib/appearance.zsh +++ b/lib/appearance.zsh @@ -34,5 +34,3 @@ ZSH_THEME_GIT_PROMPT_CLEAN="" # Text to display if the branch is c # Setup the prompt with pretty colors setopt prompt_subst -# Load the theme -source "$ZSH/themes/$ZSH_THEME.zsh-theme"
\ No newline at end of file |