typeset -U path fpath fpath=(~/.zsh/functions $fpath) # load all things in there autoload ${fpath[1]}/*(:t) path=( # general binaries ~/bin # node stuff ~/.node/bin # rest $path) # other variables _kw="~amd64" # exports export PASSWORD_STORE_CLIP_TIME=20 export ECHANGELOG_USER="René Neumann (Necoro) " export EDITOR=vim export GTK2_RC_FILES="/home/necoro/.gtkrc-2.0"