Browse code

Revert "Whoops, forgot to include this dummy precmd implementation."

This reverts commit a21525ba0ccbdf35a0524f6cf7f2025fef578c78.

Robby Russell authored on 09/11/2009 at 15:33:38
Showing 1 changed files
... ...
@@ -22,8 +22,4 @@ setopt prompt_subst
22 22
 
23 23
 export LSCOLORS="Gxfxcxdxbxegedabagacad"
24 24
 
25
-function oh_my_zsh_theme_precmd() {
26
-  # Blank function; override this in your themes
27
-}
28
-
29 25
 source "$ZSH/themes/$ZSH_THEME.zsh-theme"