aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/config/lf/cmds/clear_trash
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf/cmds/clear_trash')
-rwxr-xr-xhome-manager/config/lf/cmds/clear_trash2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/cmds/clear_trash b/home-manager/config/lf/cmds/clear_trash
index 1de81b7f..f6372606 100755
--- a/home-manager/config/lf/cmds/clear_trash
+++ b/home-manager/config/lf/cmds/clear_trash
@@ -4,7 +4,7 @@
# . ~/.local/lib/shell/lib
. %SHELL_LIBRARY_PATH
-LIB_TEMP_DIR_FOR_SCRIPT=$(mktemp -d)
+
# could also use --force, for instand removal
trash list | fzf --multi | awk '{print $NF}' | xargs trash empty --match=exact