浏览代码

Whoops, forgot to include this dummy precmd implementation.

James Adam 14 年之前
父节点
当前提交
a21525ba0c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      lib/prompt.zsh

+ 4 - 0
lib/prompt.zsh

@@ -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"