diff options
Diffstat (limited to '')
-rwxr-xr-x | home-manager/config/lf/cmds/restore_trash | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home-manager/config/lf/cmds/restore_trash b/home-manager/config/lf/cmds/restore_trash index fff7cb6c..22c16888 100755 --- a/home-manager/config/lf/cmds/restore_trash +++ b/home-manager/config/lf/cmds/restore_trash @@ -4,9 +4,5 @@ # . ~/.local/lib/shell/lib . %SHELL_LIBRARY_PATH - - trash list | fzf --multi | awk '{print $NF}' | xargs trash restore --match=exact - -if [ -d "$LIB_TEMP_DIR_FOR_SCRIPT" ];then rm -r "$LIB_TEMP_DIR_FOR_SCRIPT"; fi # vim: ft=sh |