diff options
author | Robby Russell <robby@planetargon.com> | 2011-01-15 01:10:23 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-01-15 01:10:23 -0800 |
commit | 8da8d45236f10199f41ddd8ec1d543b8cb3c0473 (patch) | |
tree | 0d844fbfc69068b21fbdaa4a2921e862503d3e88 /lib | |
parent | 76d99055840a85ab4da139c1286ae7c805b88087 (diff) | |
parent | 8294cf44d1d348fd1590ee28b5be8483fb012153 (diff) | |
download | zsh-8da8d45236f10199f41ddd8ec1d543b8cb3c0473.tar.gz zsh-8da8d45236f10199f41ddd8ec1d543b8cb3c0473.tar.bz2 zsh-8da8d45236f10199f41ddd8ec1d543b8cb3c0473.zip |
Merge branch 'postpone-theme-sourcing' of https://github.com/mkomitee/oh-my-zsh into mkomitee-postpone-theme-sourcing
Diffstat (limited to 'lib')
-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 |