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