diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-06-02 12:06:40 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-06-02 12:06:40 +0200 |
commit | c58572d5fe51b3ba09801837b6eee2cb6f0bf913 (patch) | |
tree | 5cb874e57565b0fe3549a38130703060c7337c9a /oh-my-zsh.sh | |
parent | 0e12ebb42def5729f79b5f5d2703829faa6a9643 (diff) | |
download | zsh-c58572d5fe51b3ba09801837b6eee2cb6f0bf913.tar.gz zsh-c58572d5fe51b3ba09801837b6eee2cb6f0bf913.tar.bz2 zsh-c58572d5fe51b3ba09801837b6eee2cb6f0bf913.zip |
init: oops
Diffstat (limited to 'oh-my-zsh.sh')
-rw-r--r-- | oh-my-zsh.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 8b4c778d6..a60d25956 100644 --- a/oh-my-zsh.sh +++ b/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 |