summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-05-05 16:23:31 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-05-05 16:23:31 +0200
commite86d49c0403a7645b2c4212664e44d910b103a9a (patch)
treea114697780fe3a019d5e2840d51399a1b4b1a1c8 /etc/.zshrc
parentb922a0fd64c3a0d3f3e21acd18e796a074fed9ad (diff)
zshrc: add mpa
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 8974b79..04d569e 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -549,6 +549,7 @@ if [[ -e /tmp/.x-started ]] { #{{{
alias putscreen='put $(screenshot)'
+ alias mpa='mplayer -ao pulse:mpd'
alias mna='mplayer -ao null'
alias mnv='mplayer -vo null'
} #}}}