summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-07 17:18:47 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-07 17:18:47 +0200
commit4a4de2f376c6558126c1dafc8099ca9a6635155b (patch)
tree82523d01461cd97c938079ca3b222934fd82ec3a /.zshenv
parent71495f2986e3e3d14a23f674c515f315d6103556 (diff)
downloaddotfiles-4a4de2f376c6558126c1dafc8099ca9a6635155b.tar.gz
dotfiles-4a4de2f376c6558126c1dafc8099ca9a6635155b.tar.bz2
dotfiles-4a4de2f376c6558126c1dafc8099ca9a6635155b.zip
Add local zshenv options
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
index 4a4c063..07ab10b 100644
--- a/.zshenv
+++ b/.zshenv
@@ -1,6 +1,7 @@
typeset -U path fpath
export ECHANGELOG_USER="René Neumann (Necoro) <gentoo@necoro.eu>"
+export MPD_HOST="127.0.0.1"
fpath=(~/.zsh/functions $fpath)