summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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'