diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 18:48:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 18:48:03 +0200 |
commit | 48d22ff1baff3ddeb4cd3cba887152c362788593 (patch) | |
tree | 874465c0d09dee157db560178d86adda8dec9ecd /etc/env | |
parent | da82a60fdbee638601875fbbc4ba8260ed1bf267 (diff) |
zshenv: Set default MPD_HOST to localhost
Diffstat (limited to 'etc/env')
-rw-r--r-- | etc/env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |