From 5c13930832b3e3bfcfd7b8ea99283ef477903bfd Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Mon, 9 Nov 2009 07:33:38 -0800 Subject: [PATCH] Revert "Whoops, forgot to include this dummy precmd implementation." This reverts commit a21525ba0ccbdf35a0524f6cf7f2025fef578c78. --- lib/prompt.zsh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/prompt.zsh b/lib/prompt.zsh index 19bacac9..39689684 100644 --- a/lib/prompt.zsh +++ b/lib/prompt.zsh @@ -22,8 +22,4 @@ 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"