mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge d80b76380d into 0365ef0529
This commit is contained in:
commit
ae865463d3
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 -o ! -e ~/.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