typeset -U path fpath fpath=(~/.zsh/functions $fpath) # load all things in there autoload ${fpath[1]}/*(:t) [[ -d ~/bin ]] && path=(~/bin $path) # exports export ECHANGELOG_USER="René Neumann (Necoro) " export EDITOR=vim