summaryrefslogtreecommitdiff
path: root/etc/alias/short
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-12 23:52:17 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-12 23:52:17 +0200
commit536955531874112658b6a3176de75c7bf4e7eac7 (patch)
tree96044dc1edd7d789e15a26e45c54490fed2d8389 /etc/alias/short
parentae39dd2228e603211e3d8400151606b8412da23d (diff)
etc/alias/short: Made putscreen shorter
Diffstat (limited to 'etc/alias/short')
-rw-r--r--etc/alias/short2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/alias/short b/etc/alias/short
index 3b068e5..e99a37b 100644
--- a/etc/alias/short
+++ b/etc/alias/short
@@ -98,7 +98,7 @@ alias lst='tar tvf'
alias lsz='tar tvzf'
# Automatically upload screenshot plzkthx
-alias putscreen='FILE=$(screenshot); put $FILE; unset FILE'
+alias putscreen='put $(screenshot)'
alias rd='rmdir'