浏览代码

init: oops

Marc Cornellà 4 年之前
父节点
当前提交
c58572d5fe
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      oh-my-zsh.sh

+ 0 - 1
oh-my-zsh.sh

@@ -68,7 +68,6 @@ zcompdump_fpath="#omz fpath: $fpath"
 # Delete the zcompdump file if OMZ zcompdump metadata changed
 if ! command grep -q -Fx "$zcompdump_revision" "$ZSH_COMPDUMP" 2>/dev/null \
    || ! command grep -q -Fx "$zcompdump_fpath" "$ZSH_COMPDUMP" 2>/dev/null; then
-  echo zcompdump changed
   command rm -f "$ZSH_COMPDUMP"
   zcompdump_refresh=1
 fi