Browse Source

Compile zcompdump, if modified, to increase startup speed.

master
Sorin Ionescu 13 years ago
parent
commit
c7b8ce0f0b
  1. 4
      oh-my-zsh.sh

4
oh-my-zsh.sh

@ -54,3 +54,7 @@ else @@ -54,3 +54,7 @@ else
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…
Cancel
Save