Browse Source

Whoops, forgot to include this dummy precmd implementation.

James Adam 14 years ago
parent
commit
a21525ba0c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lib/prompt.zsh

+ 4 - 0
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"