Delete del.plugin.bash
parent
ca3f1baf80
commit
f59ab436e4
|
|
@ -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; }
|
|
||||||
Loading…
Reference in New Issue