From a21525ba0ccbdf35a0524f6cf7f2025fef578c78 Mon Sep 17 00:00:00 2001 From: James Adam Date: Tue, 20 Oct 2009 06:26:06 +0800 Subject: [PATCH] Whoops, forgot to include this dummy precmd implementation. --- lib/prompt.zsh | 4 ++++ 1 file changed, 4 insertions(+) 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"