1 # Execute code that does not affect the current session in the background.
3 # Compile the completion dump to increase startup speed.
4 zcompdump="${ZDOTDIR:-$HOME}/.zcompdump"
5 if [[ -s "$zcompdump" && (! -s "${zcompdump}.zwc" || "$zcompdump" -nt "${zcompdump}.zwc") ]]; then
10 # Print a random, hopefully interesting, adage.
11 if (( $+commands[fortune] )); then
13 if [[ -t 0 || -t 1 ]]; then