diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-04-12 10:53:53 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-04-12 10:53:53 +0200 |
commit | b2f7a10b79d2c427cedaa16e73ec185aa3ea1c3e (patch) | |
tree | 5138e7875cf619a8cf75e3c7fd0d599f0dbef4dd | |
parent | 8bbf83240aa647fe534651aff2b7aba210a224ff (diff) |
Add suffix alias for .jpg
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |