summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-11-09 07:33:38 -0800
committerRobby Russell <robby@planetargon.com>2009-11-09 07:33:38 -0800
commit5c13930832b3e3bfcfd7b8ea99283ef477903bfd (patch)
treece34bc4ac269fa0d021912a5e0c9349381d4a6e6
parentfc3a3c72b17c0e12ea85094cd8b2575ccf1f2d44 (diff)
downloadzsh-5c13930832b3e3bfcfd7b8ea99283ef477903bfd.tar.gz
zsh-5c13930832b3e3bfcfd7b8ea99283ef477903bfd.tar.bz2
zsh-5c13930832b3e3bfcfd7b8ea99283ef477903bfd.zip
Revert "Whoops, forgot to include this dummy precmd implementation."
This reverts commit a21525ba0ccbdf35a0524f6cf7f2025fef578c78.
-rw-r--r--lib/prompt.zsh4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/prompt.zsh b/lib/prompt.zsh
index 19bacac9d..39689684f 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"