浏览代码

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

This reverts commit a21525ba0ccbdf35a0524f6cf7f2025fef578c78.
Robby Russell 15 年之前
父节点
当前提交
5c13930832
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      lib/prompt.zsh

+ 0 - 4
lib/prompt.zsh

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