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() {