Browse Source

init: oops

Marc Cornellà 3 years ago
parent
commit
c58572d5fe
1 changed files with 0 additions and 1 deletions
  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