# # Executes commands at login pre-zshrc. # # Authors: # Sorin Ionescu # # # Paths # typeset -gU cdpath fpath mailpath path # Set the the list of directories that cd searches. # cdpath=( # $cdpath # ) # Set the list of directories that Zsh searches for programs. path=( /usr/local/{bin,sbin} $path )