mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Compile ~/.zcompdump if it has been updated
This commit is contained in:
parent
a525993f6b
commit
50d5bd72d5
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ else
|
||||||
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Compile zcompdump if necessary
|
||||||
|
if [ ~/.zcompdump -nt ~/.zcompdump.zwc ]; then
|
||||||
|
zcompile ~/.zcompdump
|
||||||
|
fi
|
||||||
|
|
||||||
# Check for updates on initial load...
|
# Check for updates on initial load...
|
||||||
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue