mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
zcompile seems to not like quoted pathnames...
This commit is contained in:
parent
ce0ac07900
commit
b2638ef0c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue