diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-04-30 07:45:37 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-04-30 07:45:37 +0200 |
commit | b22d5c8d3710096f7c31297f3b325ab5662626ac (patch) | |
tree | c8d8ce612b65e9a260385305a58c4bcaf19e942d | |
parent | a08481c553e8b46818be43c1292a5d33fbbf36d0 (diff) |
new mplayer aliases
-rw-r--r-- | etc/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' } #}}} # }}} |