From 905a53caf272a0dc083f59b41597530bf9a116bd Mon Sep 17 00:00:00 2001 From: Amber Date: Tue, 17 Nov 2020 11:01:21 +0100 Subject: [PATCH] remove " --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index cfd0a03..6f635ce 100644 --- a/.bashrc +++ b/.bashrc @@ -155,7 +155,7 @@ swp() { shift #shift params done - find $cpath -name "*."swp -exec rm "$interactive" {} \; + find $cpath -name "*."swp -exec rm $interactive {} \; } purgefext() {