summaryrefslogtreecommitdiff
path: root/.zshenv
blob: 07ab10bea000cc49a38b3a1307e94c58759d1b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
typeset -U path fpath

export ECHANGELOG_USER="René Neumann (Necoro) <gentoo@necoro.eu>"
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)