diff options
Diffstat (limited to '')
-rwxr-xr-x | home-manager/config/lf/cmds/clear_trash | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home-manager/config/lf/cmds/clear_trash b/home-manager/config/lf/cmds/clear_trash index f6372606..e1ee3d1e 100755 --- a/home-manager/config/lf/cmds/clear_trash +++ b/home-manager/config/lf/cmds/clear_trash @@ -4,10 +4,6 @@ # . ~/.local/lib/shell/lib . %SHELL_LIBRARY_PATH - - # could also use --force, for instand removal trash list | fzf --multi | awk '{print $NF}' | xargs trash empty --match=exact - -if [ -d "$LIB_TEMP_DIR_FOR_SCRIPT" ];then rm -r "$LIB_TEMP_DIR_FOR_SCRIPT"; fi # vim: ft=sh |