summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-27 15:09:47 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-27 15:09:47 +0200
commit3e37adc3825a4bf56e3a3801fc1290451e7529cd (patch)
treed2973f150bf20d251a9275f8741abc4189f6653c /etc/.zshrc
parentefa5f84d966c8edf99a2f5b892166f524dac4d1a (diff)
zshrc: Add lmplayer alias
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index c941ed2..39283f0 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -474,6 +474,8 @@ if [[ -e /tmp/.x-started ]] { #{{{
alias putscreen='put $(screenshot)'
+ alias lmplayer='mplayer -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all'
+
alias weather='feh http://www.yr.no/place/Germany/North_Rhine-Westphalia/Essen/meteogram.png'
} #}}}