Browse Source

Whoops, forgot to include this dummy precmd implementation.

James Adam 15 years ago
parent
commit
e16a74b6ec
  1. 4
      lib/prompt.zsh

4
lib/prompt.zsh

@ -22,4 +22,8 @@ setopt prompt_subst @@ -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"

Loading…
Cancel
Save