From b2638ef0c321ae8800449396b4edd8632938284b Mon Sep 17 00:00:00 2001 From: Pat Regan Date: Sun, 1 May 2011 17:50:29 -0400 Subject: [PATCH] zcompile seems to not like quoted pathnames... --- oh-my-zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 3550c4302..45a2d7690 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -41,7 +41,7 @@ fi # Compile zcompdump if necessary if [ "~/.zcompdump -nt ~/.zcompdump.zwc" -o ! -e "~/.zcompdump.zwc" ]; then - zcompile "~/.zcompdump" + zcompile ~/.zcompdump fi # Check for updates on initial load...