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