Browse code

Whoops, forgot to include this dummy precmd implementation.

James Adam authored on 19/10/2009 at 22:26:06
Showing 1 changed files
... ...
@@ -22,4 +22,8 @@ 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
+
25 29
 source "$ZSH/themes/$ZSH_THEME.zsh-theme"