summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)
Adam2-4/+7 Uses the PASSWORD_STORE_GPG_OPTS environment variable. Can be used to (e.g.) change the keyrings or trust model used. 2015-05-11Exit 1 when gpg fails in multiline too.Anne Jan Brouwer1-1/+1 Multiline insert errors gave a exit code of 0, now correctly propagated.