summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshenv6
1 files changed, 4 insertions, 2 deletions
diff --git a/.zshenv b/.zshenv
index 4a4c063..26c7a25 100644
--- a/.zshenv
+++ b/.zshenv
@@ -1,10 +1,12 @@
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)
+
+# exports
+export ECHANGELOG_USER="René Neumann (Necoro) <gentoo@necoro.eu>"
+export EDITOR=vim