diff --git a/plugins/available/del.plugin.bash b/plugins/available/del.plugin.bash deleted file mode 100644 index 4f4237a0..00000000 --- a/plugins/available/del.plugin.bash +++ /dev/null @@ -1,7 +0,0 @@ -cite about-plugin -about-plugin 'soft delete by moving contents into a hidden folder in tmp' - -# the tmp folder gets cleared on reboot -# so this would actually remove the file on -# shutdown -function del() { mkdir -p /tmp/.trash && mv "$@" /tmp/.trash; }