=== modified file 'zsh-functions/zsv_defaults_mpd' --- zsh-functions/zsv_defaults_mpd 2014-06-28 14:56:16 +0000 +++ zsh-functions/zsv_defaults_mpd 2014-06-28 14:46:07 +0000 @@ -7,7 +7,7 @@ [[ -r $configfile ]] || exit 1 setopt extended_glob - sed 's/[ ]*#.*//' <$configfile | while read key val; do + sed -n 's/[ ]*#.*//' <$configfile | while read key val; do [[ -n $key ]] || continue if [[ $key == bind_to_address ]]; then addr+=( $val )