diff --git a/.bashrc b/.bashrc
index 74a0597b5bbbe45fa864ab861a85695077c86fc6..f26e759015619f483db13c980b56c17e67809aff 100644
--- a/.bashrc
+++ b/.bashrc
@@ -103,6 +103,7 @@ alias urldecode='perl -MURI::Escape -ne "chomp;print uri_unescape(\$_), \"\n\""'
 alias transmission-remote='ssh -fNo ExitOnForwardFailure=yes xbmc.shore.co.il && transmission-remote'
 alias kpcli='kpcli --kdb ~/Documents/Database.kdbx'
 alias gen-mac="hexdump -n5 -e '\"02\" 5/1 \":%02X\" \"\\n\"' /dev/urandom"
+alias clean-swp="find \$HOME/ -name '*.swp' -delete"
 
 deduce_aws_region () {
     AWS_DEFAULT_REGION="$(python << EOF