remove list filepath from trash_list
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kim Oliver Drechsel 2021-09-21 20:06:26 +02:00
parent 9165844cff
commit f9cae00ec8

View File

@ -6,7 +6,7 @@ FILE_PATHS_FILE="$HOME/.trash/.filepaths"
[ ! -f "$FILE_PATHS_FILE" ] && touch "$FILE_PATHS_FILE"
trash_list() {
find "$HOME"/.trash/ ! -name ".filepaths"
find "$HOME"/.trash/ ! -name ".filepaths" ! -name ""
}
trash_put() {