Commit a21525ba authored by James Adam's avatar James Adam Committed by Robby Russell
Browse files

Whoops, forgot to include this dummy precmd implementation.

parent 14a1ce80
...@@ -22,4 +22,8 @@ setopt prompt_subst ...@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment