From d32bde70ddfc2f7e7cce0e95d8d367801fbb2415 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 4 Feb 2018 16:30:26 +0200
Subject: [PATCH] Shell alias to clean screenshots.

---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.bashrc b/.bashrc
index df01c0a..b7f0d9c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -77,6 +77,7 @@ alias netdata='docker run --detach --name netdata --cap-add SYS_PTRACE --volume
 alias json-tool='python3 -m json.tool'
 alias http-server='python3 -m http.server 8080'
 alias dd='dd status=progress'
+alias screenshot-cleanup='find "$HOME/Pictures" -name "Screenshot from *.png" -delete'
 
 deduce_aws_region () {
     AWS_DEFAULT_REGION="$(python << EOF
-- 
GitLab