diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-20 15:38:14 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-20 15:38:14 +0100 |
commit | 09faba9b150078555dd5b3687104104bb8b95284 (patch) | |
tree | d2777410951a1a528fb9ea3851011622024a4a7d | |
parent | e398b12414dc6e39615421e913c36fd7b2ee8d67 (diff) |
zshenv: Set MPD_HOST to mpd (most places I visit have that alias)
-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=localhost +export MPD_HOST=mpd export CALENDAR_DIR=$HOME/stuff export LESS='--silent --no-init --clear-screen --RAW-CONTROL-CHARS --quit-if-one-screen --ignore-case --tabs=5' |