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