2 # Executes commands at login post-zshrc.
5 # Sorin Ionescu <sorin.ionescu@gmail.com>
8 # Execute code that does not affect the current session in the background.
10 # Compile the completion dump to increase startup speed.
11 zcompdump="${ZDOTDIR:-$HOME}/.zcompdump"
12 if [[ -s "$zcompdump" && (! -s "${zcompdump}.zwc" || "$zcompdump" -nt "${zcompdump}.zwc") ]]; then
17 # Print a random, hopefully interesting, adage.
18 if (( $+commands[fortune] )); then
20 if [[ -t 0 || -t 1 ]]; then