From a62f97baae72b9401272b19c6cf2c1c00ee70022 Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Sun, 8 Feb 2015 05:08:12 -0500
Subject: update  mpd playlist generator alias

---
 zsh/.zshrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'zsh')

diff --git a/zsh/.zshrc b/zsh/.zshrc
index 63bc48a..72b5d47 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -46,7 +46,7 @@ alias mixer="alsamixer"
 alias checkrootkits="sudo rkhunter --update; sudo rkhunter --propupd; sudo rkhunter --check"
 alias checkvirus="clamscan --recursive=yes --infected /home"
 alias updateantivirus="sudo freshclam"
-alias genplaylist="cd ~/music;find . -name '*.mp3' -o -name '*.flac'|sed -e 's%^./%%g' > ~/.config/mpd/playlists/all.m3u;mpd ~/.config/mpd/mpd.conf;mpc clear;mpc load all.m3u;mpc update"
+alias genplaylist="cd ~/music;find . -name '*.mp3' -o -name '*.flac'|sed -e 's%^./%%g' > ~/.mpd/playlists/all.m3u"
 alias matrix="cmatrix -b"
 alias pipes="bash ~/code/fun/pipes"
 alias pipesx="bash ~/code/fun/pipesx"
-- 
cgit v1.2.1