1
0
Fork 0

Whoops, forgot to include this dummy precmd implementation.

pull/1/merge
James Adam 15 years ago committed by Robby Russell
parent 14a1ce80bb
commit a21525ba0c

@ -22,4 +22,8 @@ setopt prompt_subst
export LSCOLORS="Gxfxcxdxbxegedabagacad" export LSCOLORS="Gxfxcxdxbxegedabagacad"
function oh_my_zsh_theme_precmd() {
# Blank function; override this in your themes
}
source "$ZSH/themes/$ZSH_THEME.zsh-theme" source "$ZSH/themes/$ZSH_THEME.zsh-theme"

Loading…
Cancel
Save