summaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-04-12 10:53:53 +0200
committerStefan Ritter <xeno@thehappy.de>2010-04-12 10:53:53 +0200
commitb2f7a10b79d2c427cedaa16e73ec185aa3ea1c3e (patch)
tree5138e7875cf619a8cf75e3c7fd0d599f0dbef4dd /zsh/zshrc
parent8bbf83240aa647fe534651aff2b7aba210a224ff (diff)
Add suffix alias for .jpg
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index c9702a8..8c1c749 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -75,6 +75,8 @@ alias -g H='| head'
alias -g T='| tail'
alias -g L='| less'
+alias -s jpg=geeqie
+
shot() {
if [ "$1" != '' ]; then
scrot -c -d 3 $1