aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-02-08 05:08:12 -0500
committerxero <x@xero.nu>2015-02-08 05:08:12 -0500
commita62f97baae72b9401272b19c6cf2c1c00ee70022 (patch)
treee6b2b0c21bab32b4aae0715b654d9bd69635fa88
parentb7a19bb1a5b4b22fbaf9dcd1c9560d06a3186b26 (diff)
downloaddotfiles_ascii-a62f97baae72b9401272b19c6cf2c1c00ee70022.tar.xz
dotfiles_ascii-a62f97baae72b9401272b19c6cf2c1c00ee70022.zip
update mpd playlist generator alias
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
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"