From 48d22ff1baff3ddeb4cd3cba887152c362788593 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 8 Jul 2009 18:48:03 +0200 Subject: zshenv: Set default MPD_HOST to localhost --- etc/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/env') diff --git a/etc/env b/etc/env index 2d66434..1485541 100644 --- a/etc/env +++ b/etc/env @@ -8,7 +8,7 @@ fpath=($ZDIR/functions $ZDIR/completions $fpath) [[ -r $ZDIR/../provided/env ]] && source $ZDIR/../provided/env export EDITOR==vim -export MPD_HOST=saviour +export MPD_HOST=localhost export CALENDAR_DIR=$HOME/stuff export LESS='--silent --no-init --clear-screen --RAW-CONTROL-CHARS --quit-if-one-screen --ignore-case --tabs=5' -- cgit v1.2.3