aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/config/lf/cmds/trash
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf/cmds/trash')
-rwxr-xr-xhome-manager/config/lf/cmds/trash4
1 files changed, 0 insertions, 4 deletions
diff --git a/home-manager/config/lf/cmds/trash b/home-manager/config/lf/cmds/trash
index e6e74505..064604eb 100755
--- a/home-manager/config/lf/cmds/trash
+++ b/home-manager/config/lf/cmds/trash
@@ -4,8 +4,6 @@
# . ~/.local/lib/shell/lib
. %SHELL_LIBRARY_PATH
-
-
#files=$(printf "$fx" | tr '\n' ';')
#
#while [ "$files" ]; do
@@ -24,6 +22,4 @@
# fi
#done
thrash put "$fx";
-
-if [ -d "$LIB_TEMP_DIR_FOR_SCRIPT" ];then rm -r "$LIB_TEMP_DIR_FOR_SCRIPT"; fi
# vim: ft=sh