diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 45a2d7690..b1508706e 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -40,7 +40,7 @@ else fi # Compile zcompdump if necessary -if [ "~/.zcompdump -nt ~/.zcompdump.zwc" -o ! -e "~/.zcompdump.zwc" ]; then +if [ ~/.zcompdump -nt ~/.zcompdump.zwc -o ! -e ~/.zcompdump.zwc ]; then zcompile ~/.zcompdump fi