summaryrefslogtreecommitdiff
path: root/.zsh/zshenv
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-07 17:05:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-07 17:05:19 +0200
commitdd5427baaf49f8de4355abeb6bc8c6dd14f74e25 (patch)
tree46fcfc70bd792e80ceebaab89a7f8fc06bc29101 /.zsh/zshenv
downloaddotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.tar.gz
dotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.tar.bz2
dotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.zip
Initial check-in of files
Diffstat (limited to '.zsh/zshenv')
-rw-r--r--.zsh/zshenv10
1 files changed, 10 insertions, 0 deletions
diff --git a/.zsh/zshenv b/.zsh/zshenv
new file mode 100644
index 0000000..4a4c063
--- /dev/null
+++ b/.zsh/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)