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

export ECHANGELOG_USER="René Neumann (Necoro) <gentoo@necoro.eu>"

fpath=(~/.zsh/functions $fpath)

# load all things in there
autoload ${fpath[1]}/*(:t)

[[ -d ~/bin ]] && path=(~/bin $path)