summaryrefslogtreecommitdiff
path: root/lib/prompt.zsh
diff options
context:
space:
mode:
authorJames Adam <james@lazyatom.com>2009-10-20 06:26:06 +0800
committerRobby Russell <robby@planetargon.com>2009-11-09 07:14:52 +0800
commita21525ba0ccbdf35a0524f6cf7f2025fef578c78 (patch)
tree2321c1d34e0c9c905b0f0465b1ee415bb448852f /lib/prompt.zsh
parent14a1ce80bbf7362ab2856cdd050714f02649fe3f (diff)
downloadzsh-a21525ba0ccbdf35a0524f6cf7f2025fef578c78.tar.gz
zsh-a21525ba0ccbdf35a0524f6cf7f2025fef578c78.tar.bz2
zsh-a21525ba0ccbdf35a0524f6cf7f2025fef578c78.zip
Whoops, forgot to include this dummy precmd implementation.
Diffstat (limited to 'lib/prompt.zsh')
-rw-r--r--lib/prompt.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/prompt.zsh b/lib/prompt.zsh
index 39689684f..19bacac9d 100644
--- a/lib/prompt.zsh
+++ b/lib/prompt.zsh
@@ -22,4 +22,8 @@ setopt prompt_subst
export LSCOLORS="Gxfxcxdxbxegedabagacad"
+function oh_my_zsh_theme_precmd() {
+ # Blank function; override this in your themes
+}
+
source "$ZSH/themes/$ZSH_THEME.zsh-theme"