mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Fixed a bug and quoting
This commit is contained in:
parent
a4b53d9011
commit
ce0ac07900
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ else
|
|||
fi
|
||||
|
||||
# Compile zcompdump if necessary
|
||||
if [ "~/.zcompdump" -nt "~/.zcompdump.zwc" ]; then
|
||||
zcompile ~/.zcompdump
|
||||
if [ "~/.zcompdump -nt ~/.zcompdump.zwc" -o ! -e "~/.zcompdump.zwc" ]; then
|
||||
zcompile "~/.zcompdump"
|
||||
fi
|
||||
|
||||
# Check for updates on initial load...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue