mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Compile zcompdump, if modified, to increase startup speed.
This commit is contained in:
parent
f26a86795e
commit
c7b8ce0f0b
1 changed files with 4 additions and 0 deletions
|
|
@ -54,3 +54,7 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Compile zcompdump, if modified, to increase startup speed.
|
||||||
|
if [ "$HOME/.zcompdump" -nt "$HOME/.zcompdump.zwc" -o ! -e "$HOME/.zcompdump.zwc" ]; then
|
||||||
|
zcompile "$HOME/.zcompdump"
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue