dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 86a20636038e3fe18fcec9e2098ac0bbc5ab56da
parent 0c49f9c8310afa0c9e6d0eba33d22ab56dc7961a
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu,  9 Feb 2017 11:11:15 +0000

rock alias: start mpd before ncmpcpp

Diffstat:
Mzsh/.zsh/aliases.zsh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh @@ -47,7 +47,7 @@ alias gco="git checkout" alias gpr="hub pull-request" alias ag="ag --color --color-line-number '0;35' --color-match '46;30' --color-path '4;36'" alias tree='tree -CAFa -I "CVS|*.*.package|.svn|.git|.hg|node_modules|bower_components" --dirsfirst' -alias rock="ncmpcpp" +alias rock="mpd .mpd/mpd.conf ; ncmpcpp" alias mixer="alsamixer" alias genplaylist="cd ~/music;find . -name '*.mp3' -o -name '*.flac'|sed -e 's%^./%%g' > ~/.mpd/playlists/all.m3u" alias matrix="cmatrix -b"