Delete del.plugin.bash

pull/555/head
Miguel Morales 2015-10-07 15:57:09 -05:00
parent ca3f1baf80
commit f59ab436e4
1 changed files with 0 additions and 7 deletions

View File

@ -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; }