Browse Source

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

This reverts commit a21525ba0ccbdf35a0524f6cf7f2025fef578c78.
master
Robby Russell 15 years ago
parent
commit
8b4d9d376c
  1. 4
      lib/prompt.zsh

4
lib/prompt.zsh

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