diff --git a/.config/bash/module/Archive.sh b/.config/bash/module/Archive.sh index 97e7fa6..cf10c0f 100644 --- a/.config/bash/module/Archive.sh +++ b/.config/bash/module/Archive.sh @@ -157,7 +157,7 @@ function archive_rm() { [[ "${targets}" = "" ]] && targets=($(_ls_archive)) process() { - rm -- "${target}" + rm -- "${target}" && echo "${target}" } _iterate_targets process ${targets[@]}