summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index ff74c37..fbfb078 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -557,7 +557,7 @@ if [[ -e /tmp/.x-started ]] { #{{{
alias putscreen='put $(screenshot)'
- alias mpa='mplayer -ao pulse:mpd'
+ alias mpa='mplayer -ao pulse:pulse'
alias mna='mplayer -ao null'
alias mnv='mplayer -vo null'
} #}}}