summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-04-30 07:45:37 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-04-30 07:45:37 +0200
commitb22d5c8d3710096f7c31297f3b325ab5662626ac (patch)
treec8d8ce612b65e9a260385305a58c4bcaf19e942d
parenta08481c553e8b46818be43c1292a5d33fbbf36d0 (diff)
new mplayer aliases
-rw-r--r--etc/.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 516721a..f0fd173 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -523,7 +523,8 @@ if [[ -e /tmp/.x-started ]] { #{{{
alias putscreen='put $(screenshot)'
- alias lmplayer='mplayer -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all'
+ alias mna='mplayer -ao null'
+ alias mnv='mplayer -vo null'
} #}}}
# }}}