From 66882407449f4845b2e77b018f21ceee7a3850c4 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Thu, 17 Oct 2013 12:25:16 +0200 Subject: [PATCH] Add mpc alias. --- common/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/.zshrc b/common/.zshrc index 1777f9a..780cfe7 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -33,6 +33,8 @@ COMPLETION_WAITING_DOTS="true" # Example format: plugins=(rails git textmate ruby lighthouse) plugins=(git mercurial battery colorize debian django go pip python svn tmux vi-mode command-not-found) +alias mpc='mpc -f "%title%[ - %album%]\n\r%artist%[ - %performer%]\n\r%file%"' + source $ZSH/oh-my-zsh.sh source ~/.zshrc-local source ~/.zshrc-local-theme