mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Removed the quoting and fixed logic error
This commit is contained in:
parent
b2638ef0c3
commit
d80b76380d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Compile zcompdump if necessary
|
# 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
|
zcompile ~/.zcompdump
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue