summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv10
1 files changed, 10 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
new file mode 100644
index 0000000..4a4c063
--- /dev/null
+++ b/.zshenv
@@ -0,0 +1,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)