mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Quote paths
This commit is contained in:
parent
50d5bd72d5
commit
a4b53d9011
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ else
|
|||
fi
|
||||
|
||||
# Compile zcompdump if necessary
|
||||
if [ ~/.zcompdump -nt ~/.zcompdump.zwc ]; then
|
||||
if [ "~/.zcompdump" -nt "~/.zcompdump.zwc" ]; then
|
||||
zcompile ~/.zcompdump
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue