From 31c85791cef588393fb2efa6eadabdca68d0f671 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 14 May 2012 03:50:16 +0200 Subject: add some more aliases --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index 4119c40..12dcb7e 100644 --- a/zshrc +++ b/zshrc @@ -63,6 +63,7 @@ alias -s jpg="background gpicview" alias -s gif="background gpicview" alias -s png="background gpicview" alias -s svg="background gpicview" +alias -s svgz="background eog" alias -s pdf="background evince" alias -s mkv="background mplayer2" alias -s webm="background mplayer2" @@ -72,11 +73,15 @@ alias -s wmv="background mplayer2" alias -s mpg="background mplayer2" alias -s avi="background mplayer2" alias -s mp4="background mplayer2" +alias -s flv="background mplayer2" alias -s exe="wine" alias -s vala="vim" alias -s txt="vim" alias -s doc="oowriter" +# usage: 'aptitude search non-debian' +alias -g non-debian='~S~i!~Odebian' + # set default programs if [ $TERM = "xterm" ] ; then export TERM=xterm-256color -- cgit v1.2.3