|
|
|
@ -5,6 +5,13 @@
@@ -5,6 +5,13 @@
|
|
|
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com> |
|
|
|
|
# |
|
|
|
|
|
|
|
|
|
# Compile the completion dump to increase startup speed. |
|
|
|
|
dump_file="$HOME/.zcompdump" |
|
|
|
|
if [[ "$dump_file" -nt "${dump_file}.zwc" || ! -s "${dump_file}.zwc" ]]; then |
|
|
|
|
zcompile "$dump_file" |
|
|
|
|
fi |
|
|
|
|
unset dump_file |
|
|
|
|
|
|
|
|
|
# Set environment variables for launchd processes. |
|
|
|
|
if [[ "$OSTYPE" == darwin* ]]; then |
|
|
|
|
for env_var in PATH MANPATH; do |
|
|
|
|